Html Css Color HEX #844C29 Korma

📋 copy color: '#844C29'

red 132 ◦ green 76 ◦ blue 41

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

Shades of Korma #844C29

Tints of Korma #844C29

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.52%

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

R = 53.01%
G = 30.52%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#844C29 (or 0x844C29) is known color: Korma. HEX triplet: 84, 4C and 29. RGB value is (132,76,41). Sum of RGB (Red+Green+Blue) = 132+76+41=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #844C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C29 is #7BB3D6. Grayscale: #585858. Windows color (decimal): -8106967 or 2706564. OLE color: 2706564.

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

Color convert

RGB 132 76 41 -
CMYK 0 0.42 0.69 0.48
HSL 23.08º 0.53% 0.34% -
HSV(B) 23.08º 0.69% 0.52% -
XYZ 12.5 10.23 3.41 -
YUV 88.75 101.05 158.85 -
System Red Green Blue C M Y K H S L
Decimal 132 76 41 0 0.42 0.69 0.48 23.08 0.53 0.34
Hex 84 4C 29 0 2A 45 30 17 35 22
Octal 204 114 51 0 52 105 60 27 65 42
Binary 10000100 1001100 101001 0 101010 1000101 110000 10111 110101 100010

Color Harmonies of #844C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844C29

Black with #844C29

Text Example


Text Example

White with #844C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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