Html Css Color HEX #844C2C Korma

📋 copy color: '#844C2C'

red 132 ◦ green 76 ◦ blue 44

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

Shades of Korma #844C2C

Tints of Korma #844C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.46%

R = 52.38%
G = 30.16%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#844C2C (or 0x844C2C) is known color: Korma. HEX triplet: 84, 4C and 2C. RGB value is (132,76,44). Sum of RGB (Red+Green+Blue) = 132+76+44=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #844C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C2C is #7BB3D3. Grayscale: #595959. Windows color (decimal): -8106964 or 2903172. OLE color: 2903172.

HSL color Cylindrical-coordinate representation of color #844C2C: hue angle of 21.82º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #844C2C is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 76 44 -
CMYK 0 0.42 0.67 0.48
HSL 21.82º 0.5% 0.35% -
HSV(B) 21.82º 0.67% 0.52% -
XYZ 12.55 10.26 3.7 -
YUV 89.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 132 76 44 0 0.42 0.67 0.48 21.82 0.5 0.35
Hex 84 4C 2C 0 2A 43 30 16 32 23
Octal 204 114 54 0 52 103 60 26 62 43
Binary 10000100 1001100 101100 0 101010 1000011 110000 10110 110010 100011

Color Harmonies of #844C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844C2C

Black with #844C2C

Text Example


Text Example

White with #844C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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