Html Css Color HEX #893D01 Saddle Brown

📋 copy color: '#893D01'

red 137 ◦ green 61 ◦ blue 1

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

Shades of Saddle Brown #893D01

Tints of Saddle Brown #893D01

RGB

 RED value IS 137 (53.91% from 255) = 68.84%

 GREEN value IS 61 (24.22% from 255) = 30.65%

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

R = 68.84%
G = 30.65%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#893D01 (or 0x893D01) is known color: Saddle Brown. HEX triplet: 89, 3D and 01. RGB value is (137,61,1). Sum of RGB (Red+Green+Blue) = 137+61+1=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #893D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893D01 is #76C2FE. Grayscale: #4D4D4D. Windows color (decimal): -7783167 or 81289. OLE color: 81289.

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

Color convert

RGB 137 61 1 -
CMYK 0 0.55 0.99 0.46
HSL 26.47º 0.99% 0.27% -
HSV(B) 26.47º 0.99% 0.54% -
XYZ 11.99 8.66 1.07 -
YUV 76.88 85.18 170.88 -
System Red Green Blue C M Y K H S L
Decimal 137 61 1 0 0.55 0.99 0.46 26.47 0.99 0.27
Hex 89 3D 1 0 37 63 2E 1A 63 1B
Octal 211 75 1 0 67 143 56 32 143 33
Binary 10001001 111101 1 0 110111 1100011 101110 11010 1100011 11011

Color Harmonies of #893D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893D01

Black with #893D01

Text Example


Text Example

White with #893D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893D01; }

 p { color: rgb(137,61,1); }

 H1.HeaderClassName
 {
   color: #893D01;
 }
 .AnyTagClassName
 {
   color: #893D01;
 }
</style>

background-color css

<style>
 a { background-color: #893D01; }

 a { background-color: rgb(137,61,1); }

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

border-color css

<style>
 span { border-color: #893D01; }

 span { border-color: rgb(137,61,1); }

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