Html Css Color HEX #804F25 Korma

📋 copy color: '#804F25'

red 128 ◦ green 79 ◦ blue 37

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

Shades of Korma #804F25

Tints of Korma #804F25

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.38%

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

R = 52.46%
G = 32.38%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#804F25 (or 0x804F25) is known color: Korma. HEX triplet: 80, 4F and 25. RGB value is (128,79,37). Sum of RGB (Red+Green+Blue) = 128+79+37=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #804F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804F25 is #7FB0DA. Grayscale: #595959. Windows color (decimal): -8368347 or 2445184. OLE color: 2445184.

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

Color convert

RGB 128 79 37 -
CMYK 0 0.38 0.71 0.50
HSL 27.69º 0.55% 0.32% -
HSV(B) 27.69º 0.71% 0.5% -
XYZ 12.03 10.31 3.11 -
YUV 88.86 98.73 155.92 -
System Red Green Blue C M Y K H S L
Decimal 128 79 37 0 0.38 0.71 0.50 27.69 0.55 0.32
Hex 80 4F 25 0 26 47 32 1C 37 20
Octal 200 117 45 0 46 107 62 34 67 40
Binary 10000000 1001111 100101 0 100110 1000111 110010 11100 110111 100000

Color Harmonies of #804F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804F25

Black with #804F25

Text Example


Text Example

White with #804F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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