Html Css Color HEX #804D28 Korma

📋 copy color: '#804D28'

red 128 ◦ green 77 ◦ blue 40

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

Shades of Korma #804D28

Tints of Korma #804D28

RGB

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

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

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

R = 52.24%
G = 31.43%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#804D28 (or 0x804D28) is known color: Korma. HEX triplet: 80, 4D and 28. RGB value is (128,77,40). Sum of RGB (Red+Green+Blue) = 128+77+40=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #804D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D28 is #7FB2D7. Grayscale: #585858. Windows color (decimal): -8368856 or 2641280. OLE color: 2641280.

HSL color Cylindrical-coordinate representation of color #804D28: hue angle of 25.23º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #804D28 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 77 40 -
CMYK 0 0.40 0.69 0.50
HSL 25.23º 0.52% 0.33% -
HSV(B) 25.23º 0.69% 0.5% -
XYZ 11.94 10.05 3.32 -
YUV 88.03 100.9 156.51 -
System Red Green Blue C M Y K H S L
Decimal 128 77 40 0 0.40 0.69 0.50 25.23 0.52 0.33
Hex 80 4D 28 0 28 45 32 19 34 21
Octal 200 115 50 0 50 105 62 31 64 41
Binary 10000000 1001101 101000 0 101000 1000101 110010 11001 110100 100001

Color Harmonies of #804D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804D28

Black with #804D28

Text Example


Text Example

White with #804D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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