Html Css Color HEX #8A3A02 Saddle Brown

📋 copy color: '#8A3A02'

red 138 ◦ green 58 ◦ blue 2

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

Shades of Saddle Brown #8A3A02

Tints of Saddle Brown #8A3A02

RGB

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

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

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

R = 69.7%
G = 29.29%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#8A3A02 (or 0x8A3A02) is known color: Saddle Brown. HEX triplet: 8A, 3A and 02. RGB value is (138,58,2). Sum of RGB (Red+Green+Blue) = 138+58+2=198 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.70% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3A02 is #75C5FD. Grayscale: #4B4B4B. Windows color (decimal): -7718398 or 146058. OLE color: 146058.

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

Color convert

RGB 138 58 2 -
CMYK 0 0.58 0.99 0.46
HSL 24.71º 0.97% 0.27% -
HSV(B) 24.71º 0.99% 0.54% -
XYZ 12.01 8.43 1.05 -
YUV 75.54 86.5 172.55 -
System Red Green Blue C M Y K H S L
Decimal 138 58 2 0 0.58 0.99 0.46 24.71 0.97 0.27
Hex 8A 3A 2 0 3A 63 2E 19 61 1B
Octal 212 72 2 0 72 143 56 31 141 33
Binary 10001010 111010 10 0 111010 1100011 101110 11001 1100001 11011

Color Harmonies of #8A3A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3A02

Black with #8A3A02

Text Example


Text Example

White with #8A3A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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