Html Css Color HEX #844527 Korma

📋 copy color: '#844527'

red 132 ◦ green 69 ◦ blue 39

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

Shades of Korma #844527

Tints of Korma #844527

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.75%

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

R = 55%
G = 28.75%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#844527 (or 0x844527) is known color: Korma. HEX triplet: 84, 45 and 27. RGB value is (132,69,39). Sum of RGB (Red+Green+Blue) = 132+69+39=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #844527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844527 is #7BBAD8. Grayscale: #545454. Windows color (decimal): -8108761 or 2573700. OLE color: 2573700.

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

Color convert

RGB 132 69 39 -
CMYK 0 0.48 0.70 0.48
HSL 19.35º 0.54% 0.34% -
HSV(B) 19.35º 0.7% 0.52% -
XYZ 12.01 9.31 3.08 -
YUV 84.42 102.37 161.94 -
System Red Green Blue C M Y K H S L
Decimal 132 69 39 0 0.48 0.70 0.48 19.35 0.54 0.34
Hex 84 45 27 0 30 46 30 13 36 22
Octal 204 105 47 0 60 106 60 23 66 42
Binary 10000100 1000101 100111 0 110000 1000110 110000 10011 110110 100010

Color Harmonies of #844527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844527

Black with #844527

Text Example


Text Example

White with #844527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844527; }

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

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

background-color css

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

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

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

border-color css

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

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

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