Html Css Color HEX #844727 Korma

📋 copy color: '#844727'

red 132 ◦ green 71 ◦ blue 39

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

Shades of Korma #844727

Tints of Korma #844727

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.34%

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

R = 54.55%
G = 29.34%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#844727 (or 0x844727) is known color: Korma. HEX triplet: 84, 47 and 27. RGB value is (132,71,39). Sum of RGB (Red+Green+Blue) = 132+71+39=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #844727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844727 is #7BB8D8. Grayscale: #555555. Windows color (decimal): -8108249 or 2574212. OLE color: 2574212.

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

Color convert

RGB 132 71 39 -
CMYK 0 0.46 0.70 0.48
HSL 20.65º 0.54% 0.34% -
HSV(B) 20.65º 0.7% 0.52% -
XYZ 12.14 9.56 3.12 -
YUV 85.59 101.71 161.1 -
System Red Green Blue C M Y K H S L
Decimal 132 71 39 0 0.46 0.70 0.48 20.65 0.54 0.34
Hex 84 47 27 0 2E 46 30 15 36 22
Octal 204 107 47 0 56 106 60 25 66 42
Binary 10000100 1000111 100111 0 101110 1000110 110000 10101 110110 100010

Color Harmonies of #844727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844727

Black with #844727

Text Example


Text Example

White with #844727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844727; }

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

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

background-color css

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

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

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

border-color css

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

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

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