Html Css Color HEX #8A2F06 Saddle Brown

📋 copy color: '#8A2F06'

red 138 ◦ green 47 ◦ blue 6

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

Shades of Saddle Brown #8A2F06

Tints of Saddle Brown #8A2F06

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.61%

 BLUE value IS 6 (2.73% from 255) = 3.14%

R = 72.25%
G = 24.61%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#8A2F06 (or 0x8A2F06) is known color: Saddle Brown. HEX triplet: 8A, 2F and 06. RGB value is (138,47,6). Sum of RGB (Red+Green+Blue) = 138+47+6=191 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.25% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2F06 is #75D0F9. Grayscale: #454545. Windows color (decimal): -7721210 or 405386. OLE color: 405386.

HSL color Cylindrical-coordinate representation of color #8A2F06: hue angle of 18.64º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A2F06 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 47 6 -
CMYK 0 0.66 0.96 0.46
HSL 18.64º 0.92% 0.28% -
HSV(B) 18.64º 0.96% 0.54% -
XYZ 11.53 7.45 1 -
YUV 69.54 92.15 176.83 -
System Red Green Blue C M Y K H S L
Decimal 138 47 6 0 0.66 0.96 0.46 18.64 0.92 0.28
Hex 8A 2F 6 0 42 60 2E 13 5C 1C
Octal 212 57 6 0 102 140 56 23 134 34
Binary 10001010 101111 110 0 1000010 1100000 101110 10011 1011100 11100

Color Harmonies of #8A2F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2F06

Black with #8A2F06

Text Example


Text Example

White with #8A2F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,47,6); }

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

background-color css

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

 a { background-color: rgb(138,47,6); }

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

border-color css

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

 span { border-color: rgb(138,47,6); }

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