Html Css Color HEX #804925 Korma

📋 copy color: '#804925'

red 128 ◦ green 73 ◦ blue 37

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

Shades of Korma #804925

Tints of Korma #804925

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.67%

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

R = 53.78%
G = 30.67%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#804925 (or 0x804925) is known color: Korma. HEX triplet: 80, 49 and 25. RGB value is (128,73,37). Sum of RGB (Red+Green+Blue) = 128+73+37=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #804925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804925 is #7FB6DA. Grayscale: #555555. Windows color (decimal): -8369883 or 2443648. OLE color: 2443648.

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

Color convert

RGB 128 73 37 -
CMYK 0 0.43 0.71 0.50
HSL 23.74º 0.55% 0.32% -
HSV(B) 23.74º 0.71% 0.5% -
XYZ 11.62 9.49 2.97 -
YUV 85.34 100.72 158.43 -
System Red Green Blue C M Y K H S L
Decimal 128 73 37 0 0.43 0.71 0.50 23.74 0.55 0.32
Hex 80 49 25 0 2B 47 32 18 37 20
Octal 200 111 45 0 53 107 62 30 67 40
Binary 10000000 1001001 100101 0 101011 1000111 110010 11000 110111 100000

Color Harmonies of #804925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804925

Black with #804925

Text Example


Text Example

White with #804925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804925; }

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

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

background-color css

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

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

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

border-color css

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

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

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