Html Css Color HEX #8A2A02 Saddle Brown

📋 copy color: '#8A2A02'

red 138 ◦ green 42 ◦ blue 2

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

Shades of Saddle Brown #8A2A02

Tints of Saddle Brown #8A2A02

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.08%

 BLUE value IS 2 (1.17% from 255) = 1.1%

R = 75.82%
G = 23.08%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#8A2A02 (or 0x8A2A02) is known color: Saddle Brown. HEX triplet: 8A, 2A and 02. RGB value is (138,42,2). Sum of RGB (Red+Green+Blue) = 138+42+2=182 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.82% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2A02 is #75D5FD. Grayscale: #424242. Windows color (decimal): -7722494 or 141962. OLE color: 141962.

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

Color convert

RGB 138 42 2 -
CMYK 0 0.70 0.99 0.46
HSL 17.65º 0.97% 0.27% -
HSV(B) 17.65º 0.99% 0.54% -
XYZ 11.32 7.06 0.82 -
YUV 66.14 91.8 179.25 -
System Red Green Blue C M Y K H S L
Decimal 138 42 2 0 0.70 0.99 0.46 17.65 0.97 0.27
Hex 8A 2A 2 0 46 63 2E 12 61 1B
Octal 212 52 2 0 106 143 56 22 141 33
Binary 10001010 101010 10 0 1000110 1100011 101110 10010 1100001 11011

Color Harmonies of #8A2A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2A02

Black with #8A2A02

Text Example


Text Example

White with #8A2A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,42,2); }

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

background-color css

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

 a { background-color: rgb(138,42,2); }

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

border-color css

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

 span { border-color: rgb(138,42,2); }

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