Html Css Color HEX #804A25 Korma

📋 copy color: '#804A25'

red 128 ◦ green 74 ◦ blue 37

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

Shades of Korma #804A25

Tints of Korma #804A25

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.96%

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

R = 53.56%
G = 30.96%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#804A25 (or 0x804A25) is known color: Korma. HEX triplet: 80, 4A and 25. RGB value is (128,74,37). Sum of RGB (Red+Green+Blue) = 128+74+37=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #804A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804A25 is #7FB5DA. Grayscale: #565656. Windows color (decimal): -8369627 or 2443904. OLE color: 2443904.

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

Color convert

RGB 128 74 37 -
CMYK 0 0.42 0.71 0.50
HSL 24.4º 0.55% 0.32% -
HSV(B) 24.4º 0.71% 0.5% -
XYZ 11.68 9.62 2.99 -
YUV 85.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 128 74 37 0 0.42 0.71 0.50 24.4 0.55 0.32
Hex 80 4A 25 0 2A 47 32 18 37 20
Octal 200 112 45 0 52 107 62 30 67 40
Binary 10000000 1001010 100101 0 101010 1000111 110010 11000 110111 100000

Color Harmonies of #804A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804A25

Black with #804A25

Text Example


Text Example

White with #804A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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