Html Css Color HEX #8A3C01 Saddle Brown

📋 copy color: '#8A3C01'

red 138 ◦ green 60 ◦ blue 1

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

Shades of Saddle Brown #8A3C01

Tints of Saddle Brown #8A3C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.15%

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

R = 69.35%
G = 30.15%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#8A3C01 (or 0x8A3C01) is known color: Saddle Brown. HEX triplet: 8A, 3C and 01. RGB value is (138,60,1). Sum of RGB (Red+Green+Blue) = 138+60+1=199 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.35% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3C01 is #75C3FE. Grayscale: #4C4C4C. Windows color (decimal): -7717887 or 81034. OLE color: 81034.

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

Color convert

RGB 138 60 1 -
CMYK 0 0.57 0.99 0.46
HSL 25.84º 0.99% 0.27% -
HSV(B) 25.84º 0.99% 0.54% -
XYZ 12.1 8.64 1.06 -
YUV 76.6 85.34 171.8 -
System Red Green Blue C M Y K H S L
Decimal 138 60 1 0 0.57 0.99 0.46 25.84 0.99 0.27
Hex 8A 3C 1 0 39 63 2E 1A 63 1B
Octal 212 74 1 0 71 143 56 32 143 33
Binary 10001010 111100 1 0 111001 1100011 101110 11010 1100011 11011

Color Harmonies of #8A3C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3C01

Black with #8A3C01

Text Example


Text Example

White with #8A3C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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