Html Css Color HEX #894B00 Saddle Brown

📋 copy color: '#894B00'

red 137 ◦ green 75 ◦ blue 0

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

Shades of Saddle Brown #894B00

Tints of Saddle Brown #894B00

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.62%
G = 35.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#894B00 (or 0x894B00) is known color: Saddle Brown. HEX triplet: 89, 4B and 00. RGB value is (137,75,0). Sum of RGB (Red+Green+Blue) = 137+75+0=212 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.62% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 137 - color contains mainly: red. Hex color #894B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894B00 is #76B4FF. Grayscale: #555555. Windows color (decimal): -7779584 or 19337. OLE color: 19337.

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

Color convert

RGB 137 75 0 -
CMYK 0 0.45 1 0.46
HSL 32.85º 1% 0.27% -
HSV(B) 32.85º 1% 0.54% -
XYZ 12.83 10.35 1.32 -
YUV 84.99 80.04 165.1 -
System Red Green Blue C M Y K H S L
Decimal 137 75 0 0 0.45 1 0.46 32.85 1 0.27
Hex 89 4B 0 0 2D 64 2E 21 64 1B
Octal 211 113 0 0 55 144 56 41 144 33
Binary 10001001 1001011 0 0 101101 1100100 101110 100001 1100100 11011

Color Harmonies of #894B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894B00

Black with #894B00

Text Example


Text Example

White with #894B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894B00; }

 p { color: rgb(137,75,0); }

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

background-color css

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

 a { background-color: rgb(137,75,0); }

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

border-color css

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

 span { border-color: rgb(137,75,0); }

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