Html Css Color HEX #845028 Korma

📋 copy color: '#845028'

red 132 ◦ green 80 ◦ blue 40

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

Shades of Korma #845028

Tints of Korma #845028

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

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

R = 52.38%
G = 31.75%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#845028 (or 0x845028) is known color: Korma. HEX triplet: 84, 50 and 28. RGB value is (132,80,40). Sum of RGB (Red+Green+Blue) = 132+80+40=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #845028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845028 is #7BAFD7. Grayscale: #5B5B5B. Windows color (decimal): -8105944 or 2642052. OLE color: 2642052.

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

Color convert

RGB 132 80 40 -
CMYK 0 0.39 0.70 0.48
HSL 26.09º 0.53% 0.34% -
HSV(B) 26.09º 0.7% 0.52% -
XYZ 12.77 10.8 3.42 -
YUV 90.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 132 80 40 0 0.39 0.70 0.48 26.09 0.53 0.34
Hex 84 50 28 0 27 46 30 1A 35 22
Octal 204 120 50 0 47 106 60 32 65 42
Binary 10000100 1010000 101000 0 100111 1000110 110000 11010 110101 100010

Color Harmonies of #845028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845028

Black with #845028

Text Example


Text Example

White with #845028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845028; }

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

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

background-color css

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

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

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

border-color css

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

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

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