Html Css Color HEX #844E28 Korma

📋 copy color: '#844E28'

red 132 ◦ green 78 ◦ blue 40

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

Shades of Korma #844E28

Tints of Korma #844E28

RGB

 RED value IS 132 (51.95% from 255) = 52.8%

 GREEN value IS 78 (30.86% from 255) = 31.2%

 BLUE value IS 40 (16.02% from 255) = 16%

R = 52.8%
G = 31.2%
B = 16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#844E28 (or 0x844E28) is known color: Korma. HEX triplet: 84, 4E and 28. RGB value is (132,78,40). Sum of RGB (Red+Green+Blue) = 132+78+40=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #844E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844E28 is #7BB1D7. Grayscale: #5A5A5A. Windows color (decimal): -8106456 or 2641540. OLE color: 2641540.

HSL color Cylindrical-coordinate representation of color #844E28: hue angle of 24.78º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #844E28 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 78 40 -
CMYK 0 0.41 0.70 0.48
HSL 24.78º 0.53% 0.34% -
HSV(B) 24.78º 0.7% 0.52% -
XYZ 12.62 10.51 3.37 -
YUV 89.81 99.89 158.09 -
System Red Green Blue C M Y K H S L
Decimal 132 78 40 0 0.41 0.70 0.48 24.78 0.53 0.34
Hex 84 4E 28 0 29 46 30 19 35 22
Octal 204 116 50 0 51 106 60 31 65 42
Binary 10000100 1001110 101000 0 101001 1000110 110000 11001 110101 100010

Color Harmonies of #844E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844E28

Black with #844E28

Text Example


Text Example

White with #844E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844E28; }

 p { color: rgb(132,78,40); }

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

background-color css

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

 a { background-color: rgb(132,78,40); }

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

border-color css

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

 span { border-color: rgb(132,78,40); }

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