Html Css Color HEX #803D0D Saddle Brown

📋 copy color: '#803D0D'

red 128 ◦ green 61 ◦ blue 13

#803D0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #803D0D

Tints of Saddle Brown #803D0D

RGB

 RED value IS 128 (50.39% from 255) = 63.37%

 GREEN value IS 61 (24.22% from 255) = 30.2%

 BLUE value IS 13 (5.47% from 255) = 6.44%

R = 63.37%
G = 30.2%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#803D0D (or 0x803D0D) is known color: Saddle Brown. HEX triplet: 80, 3D and 0D. RGB value is (128,61,13). Sum of RGB (Red+Green+Blue) = 128+61+13=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #803D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803D0D is #7FC2F2. Grayscale: #4B4B4B. Windows color (decimal): -8372979 or 867712. OLE color: 867712.

HSL color Cylindrical-coordinate representation of color #803D0D: hue angle of 25.04º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #803D0D is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 61 13 -
CMYK 0 0.52 0.90 0.50
HSL 25.04º 0.82% 0.28% -
HSV(B) 25.04º 0.9% 0.5% -
XYZ 10.64 7.96 1.36 -
YUV 75.56 92.7 165.4 -
System Red Green Blue C M Y K H S L
Decimal 128 61 13 0 0.52 0.90 0.50 25.04 0.82 0.28
Hex 80 3D D 0 34 5A 32 19 52 1C
Octal 200 75 15 0 64 132 62 31 122 34
Binary 10000000 111101 1101 0 110100 1011010 110010 11001 1010010 11100

Color Harmonies of #803D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803D0D

Black with #803D0D

Text Example


Text Example

White with #803D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803D0D; }

 p { color: rgb(128,61,13); }

 H1.HeaderClassName
 {
   color: #803D0D;
 }
 .AnyTagClassName
 {
   color: #803D0D;
 }
</style>

background-color css

<style>
 a { background-color: #803D0D; }

 a { background-color: rgb(128,61,13); }

 div.DivClassName
 {
   background-color: #803D0D;
 }
 .BgClassName
 {
   background-color: #803D0D;
 }
</style>

border-color css

<style>
 span { border-color: #803D0D; }

 span { border-color: rgb(128,61,13); }

 td.TdClassName
 {
   border-color: #803D0D;
 }
 .TagClassName
 {
   border-color: #803D0D;
 }
</style>