Html Css Color HEX #844A29 Korma

📋 copy color: '#844A29'

red 132 ◦ green 74 ◦ blue 41

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

Shades of Korma #844A29

Tints of Korma #844A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.6%

R = 53.44%
G = 29.96%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#844A29 (or 0x844A29) is known color: Korma. HEX triplet: 84, 4A and 29. RGB value is (132,74,41). Sum of RGB (Red+Green+Blue) = 132+74+41=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #844A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A29 is #7BB5D6. Grayscale: #575757. Windows color (decimal): -8107479 or 2706052. OLE color: 2706052.

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

Color convert

RGB 132 74 41 -
CMYK 0 0.44 0.69 0.48
HSL 21.76º 0.53% 0.34% -
HSV(B) 21.76º 0.69% 0.52% -
XYZ 12.36 9.96 3.37 -
YUV 87.58 101.72 159.68 -
System Red Green Blue C M Y K H S L
Decimal 132 74 41 0 0.44 0.69 0.48 21.76 0.53 0.34
Hex 84 4A 29 0 2C 45 30 16 35 22
Octal 204 112 51 0 54 105 60 26 65 42
Binary 10000100 1001010 101001 0 101100 1000101 110000 10110 110101 100010

Color Harmonies of #844A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844A29

Black with #844A29

Text Example


Text Example

White with #844A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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