Html Css Color HEX #8A3001 Saddle Brown

📋 copy color: '#8A3001'

red 138 ◦ green 48 ◦ blue 1

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

Shades of Saddle Brown #8A3001

Tints of Saddle Brown #8A3001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.67%

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

R = 73.8%
G = 25.67%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#8A3001 (or 0x8A3001) is known color: Saddle Brown. HEX triplet: 8A, 30 and 01. RGB value is (138,48,1). Sum of RGB (Red+Green+Blue) = 138+48+1=187 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.80% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3001 is #75CFFE. Grayscale: #454545. Windows color (decimal): -7720959 or 77962. OLE color: 77962.

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

Color convert

RGB 138 48 1 -
CMYK 0 0.65 0.99 0.46
HSL 20.58º 0.99% 0.27% -
HSV(B) 20.58º 0.99% 0.54% -
XYZ 11.54 7.52 0.87 -
YUV 69.55 89.32 176.82 -
System Red Green Blue C M Y K H S L
Decimal 138 48 1 0 0.65 0.99 0.46 20.58 0.99 0.27
Hex 8A 30 1 0 41 63 2E 15 63 1B
Octal 212 60 1 0 101 143 56 25 143 33
Binary 10001010 110000 1 0 1000001 1100011 101110 10101 1100011 11011

Color Harmonies of #8A3001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3001

Black with #8A3001

Text Example


Text Example

White with #8A3001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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