Html Css Color HEX #894503 Saddle Brown

📋 copy color: '#894503'

red 137 ◦ green 69 ◦ blue 3

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

Shades of Saddle Brown #894503

Tints of Saddle Brown #894503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.01%

 BLUE value IS 3 (1.56% from 255) = 1.44%

R = 65.55%
G = 33.01%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.46

RGB Variations

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

Color information

#894503 (or 0x894503) is known color: Saddle Brown. HEX triplet: 89, 45 and 03. RGB value is (137,69,3). Sum of RGB (Red+Green+Blue) = 137+69+3=209 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.55% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 137 - color contains mainly: red. Hex color #894503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894503 is #76BAFC. Grayscale: #525252. Windows color (decimal): -7781117 or 214409. OLE color: 214409.

HSL color Cylindrical-coordinate representation of color #894503: hue angle of 29.55º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #894503 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 69 3 -
CMYK 0 0.50 0.98 0.46
HSL 29.55º 0.96% 0.27% -
HSV(B) 29.55º 0.98% 0.54% -
XYZ 12.46 9.58 1.28 -
YUV 81.81 83.53 167.37 -
System Red Green Blue C M Y K H S L
Decimal 137 69 3 0 0.50 0.98 0.46 29.55 0.96 0.27
Hex 89 45 3 0 32 62 2E 1E 60 1B
Octal 211 105 3 0 62 142 56 36 140 33
Binary 10001001 1000101 11 0 110010 1100010 101110 11110 1100000 11011

Color Harmonies of #894503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894503

Black with #894503

Text Example


Text Example

White with #894503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894503; }

 p { color: rgb(137,69,3); }

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

background-color css

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

 a { background-color: rgb(137,69,3); }

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

border-color css

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

 span { border-color: rgb(137,69,3); }

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