Html Css Color HEX #893F01 Saddle Brown

📋 copy color: '#893F01'

red 137 ◦ green 63 ◦ blue 1

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

Shades of Saddle Brown #893F01

Tints of Saddle Brown #893F01

RGB

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

 GREEN value IS 63 (25% from 255) = 31.34%

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

R = 68.16%
G = 31.34%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#893F01 (or 0x893F01) is known color: Saddle Brown. HEX triplet: 89, 3F and 01. RGB value is (137,63,1). Sum of RGB (Red+Green+Blue) = 137+63+1=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #893F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893F01 is #76C0FE. Grayscale: #4E4E4E. Windows color (decimal): -7782655 or 81801. OLE color: 81801.

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

Color convert

RGB 137 63 1 -
CMYK 0 0.54 0.99 0.46
HSL 27.35º 0.99% 0.27% -
HSV(B) 27.35º 0.99% 0.54% -
XYZ 12.1 8.88 1.1 -
YUV 78.06 84.52 170.04 -
System Red Green Blue C M Y K H S L
Decimal 137 63 1 0 0.54 0.99 0.46 27.35 0.99 0.27
Hex 89 3F 1 0 36 63 2E 1B 63 1B
Octal 211 77 1 0 66 143 56 33 143 33
Binary 10001001 111111 1 0 110110 1100011 101110 11011 1100011 11011

Color Harmonies of #893F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893F01

Black with #893F01

Text Example


Text Example

White with #893F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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