Html Css Color HEX #844E30 Korma

📋 copy color: '#844E30'

red 132 ◦ green 78 ◦ blue 48

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

Shades of Korma #844E30

Tints of Korma #844E30

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.23%

 BLUE value IS 48 (19.14% from 255) = 18.6%

R = 51.16%
G = 30.23%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#844E30 (or 0x844E30) is known color: Korma. HEX triplet: 84, 4E and 30. RGB value is (132,78,48). Sum of RGB (Red+Green+Blue) = 132+78+48=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #844E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844E30 is #7BB1CF. Grayscale: #5A5A5A. Windows color (decimal): -8106448 or 3165828. OLE color: 3165828.

HSL color Cylindrical-coordinate representation of color #844E30: hue angle of 21.43º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #844E30 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 78 48 -
CMYK 0 0.41 0.64 0.48
HSL 21.43º 0.47% 0.35% -
HSV(B) 21.43º 0.64% 0.52% -
XYZ 12.77 10.57 4.16 -
YUV 90.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 132 78 48 0 0.41 0.64 0.48 21.43 0.47 0.35
Hex 84 4E 30 0 29 40 30 15 2F 23
Octal 204 116 60 0 51 100 60 25 57 43
Binary 10000100 1001110 110000 0 101001 1000000 110000 10101 101111 100011

Color Harmonies of #844E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844E30

Black with #844E30

Text Example


Text Example

White with #844E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,78,48); }

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

background-color css

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

 a { background-color: rgb(132,78,48); }

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

border-color css

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

 span { border-color: rgb(132,78,48); }

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