Html Css Color HEX #8B421F Saddle Brown

📋 copy color: '#8B421F'

red 139 ◦ green 66 ◦ blue 31

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

Shades of Saddle Brown #8B421F

Tints of Saddle Brown #8B421F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.14%

R = 58.9%
G = 27.97%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B421F (or 0x8B421F) is known color: Saddle Brown. HEX triplet: 8B, 42 and 1F. RGB value is (139,66,31). Sum of RGB (Red+Green+Blue) = 139+66+31=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B421F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B421F is #74BDE0. Grayscale: #545454. Windows color (decimal): -7650785 or 2048651. OLE color: 2048651.

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

Color convert

RGB 139 66 31 -
CMYK 0 0.53 0.78 0.45
HSL 19.44º 0.64% 0.33% -
HSV(B) 19.44º 0.78% 0.55% -
XYZ 12.84 9.48 2.45 -
YUV 83.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 139 66 31 0 0.53 0.78 0.45 19.44 0.64 0.33
Hex 8B 42 1F 0 35 4E 2D 13 40 21
Octal 213 102 37 0 65 116 55 23 100 41
Binary 10001011 1000010 11111 0 110101 1001110 101101 10011 1000000 100001

Color Harmonies of #8B421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B421F

Black with #8B421F

Text Example


Text Example

White with #8B421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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