Html Css Color HEX #805225 Korma

📋 copy color: '#805225'

red 128 ◦ green 82 ◦ blue 37

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

Shades of Korma #805225

Tints of Korma #805225

RGB

 RED value IS 128 (50.39% from 255) = 51.82%

 GREEN value IS 82 (32.42% from 255) = 33.2%

 BLUE value IS 37 (14.84% from 255) = 14.98%

R = 51.82%
G = 33.2%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#805225 (or 0x805225) is known color: Korma. HEX triplet: 80, 52 and 25. RGB value is (128,82,37). Sum of RGB (Red+Green+Blue) = 128+82+37=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #805225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805225 is #7FADDA. Grayscale: #5A5A5A. Windows color (decimal): -8367579 or 2445952. OLE color: 2445952.

HSL color Cylindrical-coordinate representation of color #805225: hue angle of 29.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #805225 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 82 37 -
CMYK 0 0.36 0.71 0.50
HSL 29.67º 0.55% 0.32% -
HSV(B) 29.67º 0.71% 0.5% -
XYZ 12.25 10.76 3.18 -
YUV 90.62 97.74 154.66 -
System Red Green Blue C M Y K H S L
Decimal 128 82 37 0 0.36 0.71 0.50 29.67 0.55 0.32
Hex 80 52 25 0 24 47 32 1E 37 20
Octal 200 122 45 0 44 107 62 36 67 40
Binary 10000000 1010010 100101 0 100100 1000111 110010 11110 110111 100000

Color Harmonies of #805225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805225

Black with #805225

Text Example


Text Example

White with #805225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805225; }

 p { color: rgb(128,82,37); }

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

background-color css

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

 a { background-color: rgb(128,82,37); }

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

border-color css

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

 span { border-color: rgb(128,82,37); }

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