Html Css Color HEX #8A3202 Saddle Brown

📋 copy color: '#8A3202'

red 138 ◦ green 50 ◦ blue 2

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

Shades of Saddle Brown #8A3202

Tints of Saddle Brown #8A3202

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.32%

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

R = 72.63%
G = 26.32%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#8A3202 (or 0x8A3202) is known color: Saddle Brown. HEX triplet: 8A, 32 and 02. RGB value is (138,50,2). Sum of RGB (Red+Green+Blue) = 138+50+2=190 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.63% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3202 is #75CDFD. Grayscale: #474747. Windows color (decimal): -7720446 or 144010. OLE color: 144010.

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

Color convert

RGB 138 50 2 -
CMYK 0 0.64 0.99 0.46
HSL 21.18º 0.97% 0.27% -
HSV(B) 21.18º 0.99% 0.54% -
XYZ 11.63 7.69 0.93 -
YUV 70.84 89.15 175.9 -
System Red Green Blue C M Y K H S L
Decimal 138 50 2 0 0.64 0.99 0.46 21.18 0.97 0.27
Hex 8A 32 2 0 40 63 2E 15 61 1B
Octal 212 62 2 0 100 143 56 25 141 33
Binary 10001010 110010 10 0 1000000 1100011 101110 10101 1100001 11011

Color Harmonies of #8A3202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3202

Black with #8A3202

Text Example


Text Example

White with #8A3202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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