Html Css Color HEX #844728 Korma

📋 copy color: '#844728'

red 132 ◦ green 71 ◦ blue 40

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

Shades of Korma #844728

Tints of Korma #844728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.46%

R = 54.32%
G = 29.22%
B = 16.46%

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

#844728 (or 0x844728) is known color: Korma. HEX triplet: 84, 47 and 28. RGB value is (132,71,40). Sum of RGB (Red+Green+Blue) = 132+71+40=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #844728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844728 is #7BB8D7. Grayscale: #555555. Windows color (decimal): -8108248 or 2639748. OLE color: 2639748.

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

Color convert

RGB 132 71 40 -
CMYK 0 0.46 0.70 0.48
HSL 20.22º 0.53% 0.34% -
HSV(B) 20.22º 0.7% 0.52% -
XYZ 12.15 9.57 3.21 -
YUV 85.71 102.21 161.02 -
System Red Green Blue C M Y K H S L
Decimal 132 71 40 0 0.46 0.70 0.48 20.22 0.53 0.34
Hex 84 47 28 0 2E 46 30 14 35 22
Octal 204 107 50 0 56 106 60 24 65 42
Binary 10000100 1000111 101000 0 101110 1000110 110000 10100 110101 100010

Color Harmonies of #844728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844728

Black with #844728

Text Example


Text Example

White with #844728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844728; }

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

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

background-color css

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

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

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

border-color css

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

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

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