Html Css Color HEX #893C02 Saddle Brown

📋 copy color: '#893C02'

red 137 ◦ green 60 ◦ blue 2

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

Shades of Saddle Brown #893C02

Tints of Saddle Brown #893C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.15%

 BLUE value IS 2 (1.17% from 255) = 1.01%

R = 68.84%
G = 30.15%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#893C02 (or 0x893C02) is known color: Saddle Brown. HEX triplet: 89, 3C and 02. RGB value is (137,60,2). Sum of RGB (Red+Green+Blue) = 137+60+2=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #893C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893C02 is #76C3FD. Grayscale: #4C4C4C. Windows color (decimal): -7783422 or 146569. OLE color: 146569.

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

Color convert

RGB 137 60 2 -
CMYK 0 0.56 0.99 0.46
HSL 25.78º 0.97% 0.27% -
HSV(B) 25.78º 0.99% 0.54% -
XYZ 11.94 8.55 1.08 -
YUV 76.41 86.01 171.22 -
System Red Green Blue C M Y K H S L
Decimal 137 60 2 0 0.56 0.99 0.46 25.78 0.97 0.27
Hex 89 3C 2 0 38 63 2E 1A 61 1B
Octal 211 74 2 0 70 143 56 32 141 33
Binary 10001001 111100 10 0 111000 1100011 101110 11010 1100001 11011

Color Harmonies of #893C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893C02

Black with #893C02

Text Example


Text Example

White with #893C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,60,2); }

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

background-color css

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

 a { background-color: rgb(137,60,2); }

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

border-color css

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

 span { border-color: rgb(137,60,2); }

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