Html Css Color HEX #844F22 Korma

📋 copy color: '#844F22'

red 132 ◦ green 79 ◦ blue 34

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

Shades of Korma #844F22

Tints of Korma #844F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.88%

R = 53.88%
G = 32.24%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#844F22 (or 0x844F22) is known color: Korma. HEX triplet: 84, 4F and 22. RGB value is (132,79,34). Sum of RGB (Red+Green+Blue) = 132+79+34=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #844F22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F22 is #7BB0DD. Grayscale: #595959. Windows color (decimal): -8106206 or 2248580. OLE color: 2248580.

HSL color Cylindrical-coordinate representation of color #844F22: hue angle of 27.55º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #844F22 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 79 34 -
CMYK 0 0.40 0.74 0.48
HSL 27.55º 0.59% 0.33% -
HSV(B) 27.55º 0.74% 0.52% -
XYZ 12.6 10.61 2.9 -
YUV 89.72 96.56 158.16 -
System Red Green Blue C M Y K H S L
Decimal 132 79 34 0 0.40 0.74 0.48 27.55 0.59 0.33
Hex 84 4F 22 0 28 4A 30 1C 3B 21
Octal 204 117 42 0 50 112 60 34 73 41
Binary 10000100 1001111 100010 0 101000 1001010 110000 11100 111011 100001

Color Harmonies of #844F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844F22

Black with #844F22

Text Example


Text Example

White with #844F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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