Html Css Color HEX #8B441F Saddle Brown

📋 copy color: '#8B441F'

red 139 ◦ green 68 ◦ blue 31

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

Shades of Saddle Brown #8B441F

Tints of Saddle Brown #8B441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.57%

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

R = 58.4%
G = 28.57%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B441F (or 0x8B441F) is known color: Saddle Brown. HEX triplet: 8B, 44 and 1F. RGB value is (139,68,31). Sum of RGB (Red+Green+Blue) = 139+68+31=238 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.40% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 139 - color contains mainly: red. Hex color #8B441F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B441F is #74BBE0. Grayscale: #555555. Windows color (decimal): -7650273 or 2049163. OLE color: 2049163.

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

Color convert

RGB 139 68 31 -
CMYK 0 0.51 0.78 0.45
HSL 20.56º 0.64% 0.33% -
HSV(B) 20.56º 0.78% 0.55% -
XYZ 12.96 9.72 2.49 -
YUV 85.01 97.52 166.51 -
System Red Green Blue C M Y K H S L
Decimal 139 68 31 0 0.51 0.78 0.45 20.56 0.64 0.33
Hex 8B 44 1F 0 33 4E 2D 15 40 21
Octal 213 104 37 0 63 116 55 25 100 41
Binary 10001011 1000100 11111 0 110011 1001110 101101 10101 1000000 100001

Color Harmonies of #8B441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B441F

Black with #8B441F

Text Example


Text Example

White with #8B441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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