Html Css Color HEX #844C27 Korma

📋 copy color: '#844C27'

red 132 ◦ green 76 ◦ blue 39

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

Shades of Korma #844C27

Tints of Korma #844C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.79%

R = 53.44%
G = 30.77%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#844C27 (or 0x844C27) is known color: Korma. HEX triplet: 84, 4C and 27. RGB value is (132,76,39). Sum of RGB (Red+Green+Blue) = 132+76+39=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #844C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C27 is #7BB3D8. Grayscale: #585858. Windows color (decimal): -8106969 or 2575492. OLE color: 2575492.

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

Color convert

RGB 132 76 39 -
CMYK 0 0.42 0.70 0.48
HSL 23.87º 0.54% 0.34% -
HSV(B) 23.87º 0.7% 0.52% -
XYZ 12.47 10.22 3.24 -
YUV 88.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 132 76 39 0 0.42 0.70 0.48 23.87 0.54 0.34
Hex 84 4C 27 0 2A 46 30 18 36 22
Octal 204 114 47 0 52 106 60 30 66 42
Binary 10000100 1001100 100111 0 101010 1000110 110000 11000 110110 100010

Color Harmonies of #844C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844C27

Black with #844C27

Text Example


Text Example

White with #844C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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