Html Css Color HEX #8B451F Saddle Brown

📋 copy color: '#8B451F'

red 139 ◦ green 69 ◦ blue 31

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

Shades of Saddle Brown #8B451F

Tints of Saddle Brown #8B451F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.87%

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

R = 58.16%
G = 28.87%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B451F (or 0x8B451F) is known color: Saddle Brown. HEX triplet: 8B, 45 and 1F. RGB value is (139,69,31). Sum of RGB (Red+Green+Blue) = 139+69+31=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B451F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B451F is #74BAE0. Grayscale: #555555. Windows color (decimal): -7650017 or 2049419. OLE color: 2049419.

HSL color Cylindrical-coordinate representation of color #8B451F: hue angle of 21.11º 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 #8B451F is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 69 31 -
CMYK 0 0.50 0.78 0.45
HSL 21.11º 0.64% 0.33% -
HSV(B) 21.11º 0.78% 0.55% -
XYZ 13.02 9.84 2.51 -
YUV 85.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 139 69 31 0 0.50 0.78 0.45 21.11 0.64 0.33
Hex 8B 45 1F 0 32 4E 2D 15 40 21
Octal 213 105 37 0 62 116 55 25 100 41
Binary 10001011 1000101 11111 0 110010 1001110 101101 10101 1000000 100001

Color Harmonies of #8B451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B451F

Black with #8B451F

Text Example


Text Example

White with #8B451F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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