Html Css Color HEX #8A2D01 Saddle Brown

📋 copy color: '#8A2D01'

red 138 ◦ green 45 ◦ blue 1

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

Shades of Saddle Brown #8A2D01

Tints of Saddle Brown #8A2D01

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.46%

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

R = 75%
G = 24.46%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#8A2D01 (or 0x8A2D01) is known color: Saddle Brown. HEX triplet: 8A, 2D and 01. RGB value is (138,45,1). Sum of RGB (Red+Green+Blue) = 138+45+1=184 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2D01 is #75D2FE. Grayscale: #444444. Windows color (decimal): -7721727 or 77194. OLE color: 77194.

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

Color convert

RGB 138 45 1 -
CMYK 0 0.67 0.99 0.46
HSL 19.27º 0.99% 0.27% -
HSV(B) 19.27º 0.99% 0.54% -
XYZ 11.43 7.28 0.83 -
YUV 67.79 90.31 178.08 -
System Red Green Blue C M Y K H S L
Decimal 138 45 1 0 0.67 0.99 0.46 19.27 0.99 0.27
Hex 8A 2D 1 0 43 63 2E 13 63 1B
Octal 212 55 1 0 103 143 56 23 143 33
Binary 10001010 101101 1 0 1000011 1100011 101110 10011 1100011 11011

Color Harmonies of #8A2D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2D01

Black with #8A2D01

Text Example


Text Example

White with #8A2D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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