Html Css Color HEX #805030 Korma

📋 copy color: '#805030'

red 128 ◦ green 80 ◦ blue 48

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

Shades of Korma #805030

Tints of Korma #805030

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.25%

 BLUE value IS 48 (19.14% from 255) = 18.75%

R = 50%
G = 31.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#805030 (or 0x805030) is known color: Korma. HEX triplet: 80, 50 and 30. RGB value is (128,80,48). Sum of RGB (Red+Green+Blue) = 128+80+48=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #805030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805030 is #7FAFCF. Grayscale: #5A5A5A. Windows color (decimal): -8368080 or 3166336. OLE color: 3166336.

HSL color Cylindrical-coordinate representation of color #805030: hue angle of 24º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #805030 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 80 48 -
CMYK 0 0.38 0.62 0.50
HSL 24º 0.45% 0.35% -
HSV(B) 24º 0.63% 0.5% -
XYZ 12.3 10.54 4.18 -
YUV 90.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 128 80 48 0 0.38 0.62 0.50 24 0.45 0.35
Hex 80 50 30 0 26 3E 32 18 2D 23
Octal 200 120 60 0 46 76 62 30 55 43
Binary 10000000 1010000 110000 0 100110 111110 110010 11000 101101 100011

Color Harmonies of #805030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805030

Black with #805030

Text Example


Text Example

White with #805030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805030; }

 p { color: rgb(128,80,48); }

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

background-color css

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

 a { background-color: rgb(128,80,48); }

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

border-color css

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

 span { border-color: rgb(128,80,48); }

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