Html Css Color HEX #805133 Korma

📋 copy color: '#805133'

red 128 ◦ green 81 ◦ blue 51

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

Shades of Korma #805133

Tints of Korma #805133

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.15%

 BLUE value IS 51 (20.31% from 255) = 19.62%

R = 49.23%
G = 31.15%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#805133 (or 0x805133) is known color: Korma. HEX triplet: 80, 51 and 33. RGB value is (128,81,51). Sum of RGB (Red+Green+Blue) = 128+81+51=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #805133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805133 is #7FAECC. Grayscale: #5B5B5B. Windows color (decimal): -8367821 or 3363200. OLE color: 3363200.

HSL color Cylindrical-coordinate representation of color #805133: hue angle of 23.38º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #805133 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 81 51 -
CMYK 0 0.37 0.60 0.50
HSL 23.38º 0.43% 0.35% -
HSV(B) 23.38º 0.6% 0.5% -
XYZ 12.44 10.71 4.54 -
YUV 91.63 105.07 153.94 -
System Red Green Blue C M Y K H S L
Decimal 128 81 51 0 0.37 0.60 0.50 23.38 0.43 0.35
Hex 80 51 33 0 25 3C 32 17 2B 23
Octal 200 121 63 0 45 74 62 27 53 43
Binary 10000000 1010001 110011 0 100101 111100 110010 10111 101011 100011

Color Harmonies of #805133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805133

Black with #805133

Text Example


Text Example

White with #805133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805133; }

 p { color: rgb(128,81,51); }

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

background-color css

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

 a { background-color: rgb(128,81,51); }

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

border-color css

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

 span { border-color: rgb(128,81,51); }

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