Html Css Color HEX #8D2C01 Saddle Brown

📋 copy color: '#8D2C01'

red 141 ◦ green 44 ◦ blue 1

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

Shades of Saddle Brown #8D2C01

Tints of Saddle Brown #8D2C01

RGB

 RED value IS 141 (55.47% from 255) = 75.81%

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

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

R = 75.81%
G = 23.66%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8D2C01 (or 0x8D2C01) is known color: Saddle Brown. HEX triplet: 8D, 2C and 01. RGB value is (141,44,1). Sum of RGB (Red+Green+Blue) = 141+44+1=186 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75.81% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2C01 is #72D3FE. Grayscale: #444444. Windows color (decimal): -7525375 or 76941. OLE color: 76941.

HSL color Cylindrical-coordinate representation of color #8D2C01: hue angle of 18.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D2C01 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 44 1 -
CMYK 0 0.69 0.99 0.45
HSL 18.43º 0.99% 0.28% -
HSV(B) 18.43º 0.99% 0.55% -
XYZ 11.89 7.47 0.84 -
YUV 68.1 90.14 180 -
System Red Green Blue C M Y K H S L
Decimal 141 44 1 0 0.69 0.99 0.45 18.43 0.99 0.28
Hex 8D 2C 1 0 45 63 2D 12 63 1C
Octal 215 54 1 0 105 143 55 22 143 34
Binary 10001101 101100 1 0 1000101 1100011 101101 10010 1100011 11100

Color Harmonies of #8D2C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2C01

Black with #8D2C01

Text Example


Text Example

White with #8D2C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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