Html Css Color HEX #8A2B08 Saddle Brown

📋 copy color: '#8A2B08'

red 138 ◦ green 43 ◦ blue 8

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

Shades of Saddle Brown #8A2B08

Tints of Saddle Brown #8A2B08

RGB

 RED value IS 138 (54.3% from 255) = 73.02%

 GREEN value IS 43 (17.19% from 255) = 22.75%

 BLUE value IS 8 (3.52% from 255) = 4.23%

R = 73.02%
G = 22.75%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#8A2B08 (or 0x8A2B08) is known color: Saddle Brown. HEX triplet: 8A, 2B and 08. RGB value is (138,43,8). Sum of RGB (Red+Green+Blue) = 138+43+8=189 (25% of max value = 765). Red value is 138 (54.30% from 255 or 73.02% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2B08 is #75D4F7. Grayscale: #434343. Windows color (decimal): -7722232 or 535434. OLE color: 535434.

HSL color Cylindrical-coordinate representation of color #8A2B08: hue angle of 16.15º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A2B08 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 43 8 -
CMYK 0 0.69 0.94 0.46
HSL 16.15º 0.89% 0.29% -
HSV(B) 16.15º 0.94% 0.54% -
XYZ 11.39 7.15 1.01 -
YUV 67.42 94.47 178.35 -
System Red Green Blue C M Y K H S L
Decimal 138 43 8 0 0.69 0.94 0.46 16.15 0.89 0.29
Hex 8A 2B 8 0 45 5E 2E 10 59 1D
Octal 212 53 10 0 105 136 56 20 131 35
Binary 10001010 101011 1000 0 1000101 1011110 101110 10000 1011001 11101

Color Harmonies of #8A2B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2B08

Black with #8A2B08

Text Example


Text Example

White with #8A2B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,43,8); }

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

background-color css

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

 a { background-color: rgb(138,43,8); }

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

border-color css

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

 span { border-color: rgb(138,43,8); }

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