Html Css Color HEX #8D2E01 Saddle Brown

📋 copy color: '#8D2E01'

red 141 ◦ green 46 ◦ blue 1

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

Shades of Saddle Brown #8D2E01

Tints of Saddle Brown #8D2E01

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.47%

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

R = 75%
G = 24.47%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8D2E01 (or 0x8D2E01) is known color: Saddle Brown. HEX triplet: 8D, 2E and 01. RGB value is (141,46,1). Sum of RGB (Red+Green+Blue) = 141+46+1=188 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2E01 is #72D1FE. Grayscale: #454545. Windows color (decimal): -7524863 or 77453. OLE color: 77453.

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

Color convert

RGB 141 46 1 -
CMYK 0 0.67 0.99 0.45
HSL 19.29º 0.99% 0.28% -
HSV(B) 19.29º 0.99% 0.55% -
XYZ 11.97 7.62 0.87 -
YUV 69.28 89.47 179.16 -
System Red Green Blue C M Y K H S L
Decimal 141 46 1 0 0.67 0.99 0.45 19.29 0.99 0.28
Hex 8D 2E 1 0 43 63 2D 13 63 1C
Octal 215 56 1 0 103 143 55 23 143 34
Binary 10001101 101110 1 0 1000011 1100011 101101 10011 1100011 11100

Color Harmonies of #8D2E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2E01

Black with #8D2E01

Text Example


Text Example

White with #8D2E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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