Html Css Color HEX #8A2C01 Saddle Brown

📋 copy color: '#8A2C01'

red 138 ◦ green 44 ◦ blue 1

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

Shades of Saddle Brown #8A2C01

Tints of Saddle Brown #8A2C01

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.04%

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 75.41%
G = 24.04%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#8A2C01 (or 0x8A2C01) is known color: Saddle Brown. HEX triplet: 8A, 2C and 01. RGB value is (138,44,1). Sum of RGB (Red+Green+Blue) = 138+44+1=183 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.41% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2C01 is #75D3FE. Grayscale: #434343. Windows color (decimal): -7721983 or 76938. OLE color: 76938.

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

Color convert

RGB 138 44 1 -
CMYK 0 0.68 0.99 0.46
HSL 18.83º 0.99% 0.27% -
HSV(B) 18.83º 0.99% 0.54% -
XYZ 11.39 7.21 0.82 -
YUV 67.2 90.64 178.5 -
System Red Green Blue C M Y K H S L
Decimal 138 44 1 0 0.68 0.99 0.46 18.83 0.99 0.27
Hex 8A 2C 1 0 44 63 2E 13 63 1B
Octal 212 54 1 0 104 143 56 23 143 33
Binary 10001010 101100 1 0 1000100 1100011 101110 10011 1100011 11011

Color Harmonies of #8A2C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2C01

Black with #8A2C01

Text Example


Text Example

White with #8A2C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,44,1); }

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

background-color css

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

 a { background-color: rgb(138,44,1); }

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

border-color css

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

 span { border-color: rgb(138,44,1); }

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