Html Css Color HEX #844A28 Korma

📋 copy color: '#844A28'

red 132 ◦ green 74 ◦ blue 40

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

Shades of Korma #844A28

Tints of Korma #844A28

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.08%

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

R = 53.66%
G = 30.08%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#844A28 (or 0x844A28) is known color: Korma. HEX triplet: 84, 4A and 28. RGB value is (132,74,40). Sum of RGB (Red+Green+Blue) = 132+74+40=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #844A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A28 is #7BB5D7. Grayscale: #575757. Windows color (decimal): -8107480 or 2640516. OLE color: 2640516.

HSL color Cylindrical-coordinate representation of color #844A28: hue angle of 22.17º 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 #844A28 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 74 40 -
CMYK 0 0.44 0.70 0.48
HSL 22.17º 0.53% 0.34% -
HSV(B) 22.17º 0.7% 0.52% -
XYZ 12.35 9.96 3.28 -
YUV 87.47 101.22 159.76 -
System Red Green Blue C M Y K H S L
Decimal 132 74 40 0 0.44 0.70 0.48 22.17 0.53 0.34
Hex 84 4A 28 0 2C 46 30 16 35 22
Octal 204 112 50 0 54 106 60 26 65 42
Binary 10000100 1001010 101000 0 101100 1000110 110000 10110 110101 100010

Color Harmonies of #844A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844A28

Black with #844A28

Text Example


Text Example

White with #844A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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