Html Css Color HEX #804D25 Korma

📋 copy color: '#804D25'

red 128 ◦ green 77 ◦ blue 37

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

Shades of Korma #804D25

Tints of Korma #804D25

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.82%

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

R = 52.89%
G = 31.82%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#804D25 (or 0x804D25) is known color: Korma. HEX triplet: 80, 4D and 25. RGB value is (128,77,37). Sum of RGB (Red+Green+Blue) = 128+77+37=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #804D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D25 is #7FB2DA. Grayscale: #575757. Windows color (decimal): -8368859 or 2444672. OLE color: 2444672.

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

Color convert

RGB 128 77 37 -
CMYK 0 0.40 0.71 0.50
HSL 26.37º 0.55% 0.32% -
HSV(B) 26.37º 0.71% 0.5% -
XYZ 11.89 10.03 3.06 -
YUV 87.69 99.4 156.75 -
System Red Green Blue C M Y K H S L
Decimal 128 77 37 0 0.40 0.71 0.50 26.37 0.55 0.32
Hex 80 4D 25 0 28 47 32 1A 37 20
Octal 200 115 45 0 50 107 62 32 67 40
Binary 10000000 1001101 100101 0 101000 1000111 110010 11010 110111 100000

Color Harmonies of #804D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804D25

Black with #804D25

Text Example


Text Example

White with #804D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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