Html Css Color HEX #8B420D Saddle Brown

📋 copy color: '#8B420D'

red 139 ◦ green 66 ◦ blue 13

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

Shades of Saddle Brown #8B420D

Tints of Saddle Brown #8B420D

RGB

 RED value IS 139 (54.69% from 255) = 63.76%

 GREEN value IS 66 (26.17% from 255) = 30.28%

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

R = 63.76%
G = 30.28%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8B420D (or 0x8B420D) is known color: Saddle Brown. HEX triplet: 8B, 42 and 0D. RGB value is (139,66,13). Sum of RGB (Red+Green+Blue) = 139+66+13=218 (28% of max value = 765). Red value is 139 (54.69% from 255 or 63.76% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 139 - color contains mainly: red. Hex color #8B420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B420D is #74BDF2. Grayscale: #525252. Windows color (decimal): -7650803 or 869003. OLE color: 869003.

HSL color Cylindrical-coordinate representation of color #8B420D: hue angle of 25.24º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B420D is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 66 13 -
CMYK 0 0.53 0.91 0.45
HSL 25.24º 0.83% 0.3% -
HSV(B) 25.24º 0.91% 0.55% -
XYZ 12.67 9.41 1.53 -
YUV 81.79 89.18 168.81 -
System Red Green Blue C M Y K H S L
Decimal 139 66 13 0 0.53 0.91 0.45 25.24 0.83 0.3
Hex 8B 42 D 0 35 5B 2D 19 53 1E
Octal 213 102 15 0 65 133 55 31 123 36
Binary 10001011 1000010 1101 0 110101 1011011 101101 11001 1010011 11110

Color Harmonies of #8B420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B420D

Black with #8B420D

Text Example


Text Example

White with #8B420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B420D; }

 p { color: rgb(139,66,13); }

 H1.HeaderClassName
 {
   color: #8B420D;
 }
 .AnyTagClassName
 {
   color: #8B420D;
 }
</style>

background-color css

<style>
 a { background-color: #8B420D; }

 a { background-color: rgb(139,66,13); }

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

border-color css

<style>
 span { border-color: #8B420D; }

 span { border-color: rgb(139,66,13); }

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