Html Css Color HEX #8A3A04 Saddle Brown

📋 copy color: '#8A3A04'

red 138 ◦ green 58 ◦ blue 4

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

Shades of Saddle Brown #8A3A04

Tints of Saddle Brown #8A3A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29%

 BLUE value IS 4 (1.95% from 255) = 2%

R = 69%
G = 29%
B = 2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#8A3A04 (or 0x8A3A04) is known color: Saddle Brown. HEX triplet: 8A, 3A and 04. RGB value is (138,58,4). Sum of RGB (Red+Green+Blue) = 138+58+4=200 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3A04 is #75C5FB. Grayscale: #4C4C4C. Windows color (decimal): -7718396 or 277130. OLE color: 277130.

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

Color convert

RGB 138 58 4 -
CMYK 0 0.58 0.97 0.46
HSL 24.18º 0.94% 0.28% -
HSV(B) 24.18º 0.97% 0.54% -
XYZ 12.02 8.44 1.11 -
YUV 75.76 87.5 172.39 -
System Red Green Blue C M Y K H S L
Decimal 138 58 4 0 0.58 0.97 0.46 24.18 0.94 0.28
Hex 8A 3A 4 0 3A 61 2E 18 5E 1C
Octal 212 72 4 0 72 141 56 30 136 34
Binary 10001010 111010 100 0 111010 1100001 101110 11000 1011110 11100

Color Harmonies of #8A3A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3A04

Black with #8A3A04

Text Example


Text Example

White with #8A3A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,58,4); }

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

background-color css

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

 a { background-color: rgb(138,58,4); }

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

border-color css

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

 span { border-color: rgb(138,58,4); }

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