Html Css Color HEX #894827 Korma

📋 copy color: '#894827'

red 137 ◦ green 72 ◦ blue 39

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

Shades of Korma #894827

Tints of Korma #894827

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.03%

 BLUE value IS 39 (15.63% from 255) = 15.73%

R = 55.24%
G = 29.03%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#894827 (or 0x894827) is known color: Korma. HEX triplet: 89, 48 and 27. RGB value is (137,72,39). Sum of RGB (Red+Green+Blue) = 137+72+39=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #894827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894827 is #76B7D8. Grayscale: #575757. Windows color (decimal): -7780313 or 2574473. OLE color: 2574473.

HSL color Cylindrical-coordinate representation of color #894827: hue angle of 20.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #894827 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 72 39 -
CMYK 0 0.47 0.72 0.46
HSL 20.2º 0.56% 0.35% -
HSV(B) 20.2º 0.72% 0.54% -
XYZ 13 10.1 3.18 -
YUV 87.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 137 72 39 0 0.47 0.72 0.46 20.2 0.56 0.35
Hex 89 48 27 0 2F 48 2E 14 38 23
Octal 211 110 47 0 57 110 56 24 70 43
Binary 10001001 1001000 100111 0 101111 1001000 101110 10100 111000 100011

Color Harmonies of #894827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894827

Black with #894827

Text Example


Text Example

White with #894827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894827; }

 p { color: rgb(137,72,39); }

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

background-color css

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

 a { background-color: rgb(137,72,39); }

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

border-color css

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

 span { border-color: rgb(137,72,39); }

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