Html Css Color HEX #805022 Korma

📋 copy color: '#805022'

red 128 ◦ green 80 ◦ blue 34

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

Shades of Korma #805022

Tints of Korma #805022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.05%

R = 52.89%
G = 33.06%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#805022 (or 0x805022) is known color: Korma. HEX triplet: 80, 50 and 22. RGB value is (128,80,34). Sum of RGB (Red+Green+Blue) = 128+80+34=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #805022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805022 is #7FAFDD. Grayscale: #595959. Windows color (decimal): -8368094 or 2248832. OLE color: 2248832.

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

Color convert

RGB 128 80 34 -
CMYK 0 0.38 0.73 0.50
HSL 29.36º 0.58% 0.32% -
HSV(B) 29.36º 0.73% 0.5% -
XYZ 12.06 10.44 2.89 -
YUV 89.11 96.9 155.74 -
System Red Green Blue C M Y K H S L
Decimal 128 80 34 0 0.38 0.73 0.50 29.36 0.58 0.32
Hex 80 50 22 0 26 49 32 1D 3A 20
Octal 200 120 42 0 46 111 62 35 72 40
Binary 10000000 1010000 100010 0 100110 1001001 110010 11101 111010 100000

Color Harmonies of #805022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805022

Black with #805022

Text Example


Text Example

White with #805022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805022; }

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

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

background-color css

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

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

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

border-color css

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

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

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