Html Css Color HEX #844F28 Korma

📋 copy color: '#844F28'

red 132 ◦ green 79 ◦ blue 40

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

Shades of Korma #844F28

Tints of Korma #844F28

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.47%

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

R = 52.59%
G = 31.47%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#844F28 (or 0x844F28) is known color: Korma. HEX triplet: 84, 4F and 28. RGB value is (132,79,40). Sum of RGB (Red+Green+Blue) = 132+79+40=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #844F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F28 is #7BB0D7. Grayscale: #5A5A5A. Windows color (decimal): -8106200 or 2641796. OLE color: 2641796.

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

Color convert

RGB 132 79 40 -
CMYK 0 0.40 0.70 0.48
HSL 25.43º 0.53% 0.34% -
HSV(B) 25.43º 0.7% 0.52% -
XYZ 12.69 10.65 3.39 -
YUV 90.4 99.56 157.67 -
System Red Green Blue C M Y K H S L
Decimal 132 79 40 0 0.40 0.70 0.48 25.43 0.53 0.34
Hex 84 4F 28 0 28 46 30 19 35 22
Octal 204 117 50 0 50 106 60 31 65 42
Binary 10000100 1001111 101000 0 101000 1000110 110000 11001 110101 100010

Color Harmonies of #844F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844F28

Black with #844F28

Text Example


Text Example

White with #844F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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