Html Css Color HEX #805125 Korma

📋 copy color: '#805125'

red 128 ◦ green 81 ◦ blue 37

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

Shades of Korma #805125

Tints of Korma #805125

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.93%

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

R = 52.03%
G = 32.93%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#805125 (or 0x805125) is known color: Korma. HEX triplet: 80, 51 and 25. RGB value is (128,81,37). Sum of RGB (Red+Green+Blue) = 128+81+37=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #805125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805125 is #7FAEDA. Grayscale: #5A5A5A. Windows color (decimal): -8367835 or 2445696. OLE color: 2445696.

HSL color Cylindrical-coordinate representation of color #805125: hue angle of 29.01º 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 #805125 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 81 37 -
CMYK 0 0.37 0.71 0.50
HSL 29.01º 0.55% 0.32% -
HSV(B) 29.01º 0.71% 0.5% -
XYZ 12.18 10.61 3.16 -
YUV 90.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 128 81 37 0 0.37 0.71 0.50 29.01 0.55 0.32
Hex 80 51 25 0 25 47 32 1D 37 20
Octal 200 121 45 0 45 107 62 35 67 40
Binary 10000000 1010001 100101 0 100101 1000111 110010 11101 110111 100000

Color Harmonies of #805125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805125

Black with #805125

Text Example


Text Example

White with #805125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805125; }

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

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

background-color css

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

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

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

border-color css

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

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

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