Html Css Color HEX #805033 Korma

📋 copy color: '#805033'

red 128 ◦ green 80 ◦ blue 51

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

Shades of Korma #805033

Tints of Korma #805033

RGB

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

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

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

R = 49.42%
G = 30.89%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#805033 (or 0x805033) is known color: Korma. HEX triplet: 80, 50 and 33. RGB value is (128,80,51). Sum of RGB (Red+Green+Blue) = 128+80+51=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #805033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805033 is #7FAFCC. Grayscale: #5B5B5B. Windows color (decimal): -8368077 or 3362944. OLE color: 3362944.

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

Color convert

RGB 128 80 51 -
CMYK 0 0.38 0.60 0.50
HSL 22.6º 0.43% 0.35% -
HSV(B) 22.6º 0.6% 0.5% -
XYZ 12.37 10.57 4.52 -
YUV 91.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 128 80 51 0 0.38 0.60 0.50 22.6 0.43 0.35
Hex 80 50 33 0 26 3C 32 17 2B 23
Octal 200 120 63 0 46 74 62 27 53 43
Binary 10000000 1010000 110011 0 100110 111100 110010 10111 101011 100011

Color Harmonies of #805033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805033

Black with #805033

Text Example


Text Example

White with #805033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805033; }

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

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

background-color css

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

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

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

border-color css

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

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

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