Html Css Color HEX #894314 Saddle Brown

📋 copy color: '#894314'

red 137 ◦ green 67 ◦ blue 20

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

Shades of Saddle Brown #894314

Tints of Saddle Brown #894314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.91%

 BLUE value IS 20 (8.2% from 255) = 8.93%

R = 61.16%
G = 29.91%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#894314 (or 0x894314) is known color: Saddle Brown. HEX triplet: 89, 43 and 14. RGB value is (137,67,20). Sum of RGB (Red+Green+Blue) = 137+67+20=224 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.16% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 137 - color contains mainly: red. Hex color #894314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894314 is #76BCEB. Grayscale: #525252. Windows color (decimal): -7781612 or 1328009. OLE color: 1328009.

HSL color Cylindrical-coordinate representation of color #894314: hue angle of 24.1º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #894314 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 67 20 -
CMYK 0 0.51 0.85 0.46
HSL 24.1º 0.75% 0.31% -
HSV(B) 24.1º 0.85% 0.54% -
XYZ 12.45 9.38 1.82 -
YUV 82.57 92.69 166.82 -
System Red Green Blue C M Y K H S L
Decimal 137 67 20 0 0.51 0.85 0.46 24.1 0.75 0.31
Hex 89 43 14 0 33 55 2E 18 4B 1F
Octal 211 103 24 0 63 125 56 30 113 37
Binary 10001001 1000011 10100 0 110011 1010101 101110 11000 1001011 11111

Color Harmonies of #894314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894314

Black with #894314

Text Example


Text Example

White with #894314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894314; }

 p { color: rgb(137,67,20); }

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

background-color css

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

 a { background-color: rgb(137,67,20); }

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

border-color css

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

 span { border-color: rgb(137,67,20); }

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