Html Css Color HEX #8A3900 Saddle Brown

📋 copy color: '#8A3900'

red 138 ◦ green 57 ◦ blue 0

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

Shades of Saddle Brown #8A3900

Tints of Saddle Brown #8A3900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.77%
G = 29.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#8A3900 (or 0x8A3900) is known color: Saddle Brown. HEX triplet: 8A, 39 and 00. RGB value is (138,57,0). Sum of RGB (Red+Green+Blue) = 138+57+0=195 (25% of max value = 765). Red value is 138 (54.30% from 255 or 70.77% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3900 is #75C6FF. Grayscale: #4B4B4B. Windows color (decimal): -7718656 or 14730. OLE color: 14730.

HSL color Cylindrical-coordinate representation of color #8A3900: hue angle of 24.78º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A3900 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 57 0 -
CMYK 0 0.59 1 0.46
HSL 24.78º 1% 0.27% -
HSV(B) 24.78º 1% 0.54% -
XYZ 11.94 8.33 0.98 -
YUV 74.72 85.84 173.13 -
System Red Green Blue C M Y K H S L
Decimal 138 57 0 0 0.59 1 0.46 24.78 1 0.27
Hex 8A 39 0 0 3B 64 2E 19 64 1B
Octal 212 71 0 0 73 144 56 31 144 33
Binary 10001010 111001 0 0 111011 1100100 101110 11001 1100100 11011

Color Harmonies of #8A3900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3900

Black with #8A3900

Text Example


Text Example

White with #8A3900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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