Html Css Color HEX #844F27 Korma

📋 copy color: '#844F27'

red 132 ◦ green 79 ◦ blue 39

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

Shades of Korma #844F27

Tints of Korma #844F27

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.6%

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

R = 52.8%
G = 31.6%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#844F27 (or 0x844F27) is known color: Korma. HEX triplet: 84, 4F and 27. RGB value is (132,79,39). Sum of RGB (Red+Green+Blue) = 132+79+39=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #844F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F27 is #7BB0D8. Grayscale: #5A5A5A. Windows color (decimal): -8106201 or 2576260. OLE color: 2576260.

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

Color convert

RGB 132 79 39 -
CMYK 0 0.40 0.70 0.48
HSL 25.81º 0.54% 0.34% -
HSV(B) 25.81º 0.7% 0.52% -
XYZ 12.68 10.64 3.31 -
YUV 90.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 132 79 39 0 0.40 0.70 0.48 25.81 0.54 0.34
Hex 84 4F 27 0 28 46 30 1A 36 22
Octal 204 117 47 0 50 106 60 32 66 42
Binary 10000100 1001111 100111 0 101000 1000110 110000 11010 110110 100010

Color Harmonies of #844F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844F27

Black with #844F27

Text Example


Text Example

White with #844F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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