Html Css Color HEX #8A3906 Saddle Brown

📋 copy color: '#8A3906'

red 138 ◦ green 57 ◦ blue 6

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

Shades of Saddle Brown #8A3906

Tints of Saddle Brown #8A3906

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.36%

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

R = 68.66%
G = 28.36%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#8A3906 (or 0x8A3906) is known color: Saddle Brown. HEX triplet: 8A, 39 and 06. RGB value is (138,57,6). Sum of RGB (Red+Green+Blue) = 138+57+6=201 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.66% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3906 is #75C6F9. Grayscale: #4B4B4B. Windows color (decimal): -7718650 or 407946. OLE color: 407946.

HSL color Cylindrical-coordinate representation of color #8A3906: hue angle of 23.18º 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 #8A3906 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 57 6 -
CMYK 0 0.59 0.96 0.46
HSL 23.18º 0.92% 0.28% -
HSV(B) 23.18º 0.96% 0.54% -
XYZ 11.98 8.34 1.15 -
YUV 75.41 88.84 172.65 -
System Red Green Blue C M Y K H S L
Decimal 138 57 6 0 0.59 0.96 0.46 23.18 0.92 0.28
Hex 8A 39 6 0 3B 60 2E 17 5C 1C
Octal 212 71 6 0 73 140 56 27 134 34
Binary 10001010 111001 110 0 111011 1100000 101110 10111 1011100 11100

Color Harmonies of #8A3906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3906

Black with #8A3906

Text Example


Text Example

White with #8A3906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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