Html Css Color HEX #805329 Korma

📋 copy color: '#805329'

red 128 ◦ green 83 ◦ blue 41

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

Shades of Korma #805329

Tints of Korma #805329

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

 BLUE value IS 41 (16.41% from 255) = 16.27%

R = 50.79%
G = 32.94%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#805329 (or 0x805329) is known color: Korma. HEX triplet: 80, 53 and 29. RGB value is (128,83,41). Sum of RGB (Red+Green+Blue) = 128+83+41=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #805329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805329 is #7FACD6. Grayscale: #5B5B5B. Windows color (decimal): -8367319 or 2708352. OLE color: 2708352.

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

Color convert

RGB 128 83 41 -
CMYK 0 0.35 0.68 0.50
HSL 28.97º 0.51% 0.33% -
HSV(B) 28.97º 0.68% 0.5% -
XYZ 12.4 10.94 3.56 -
YUV 91.67 99.41 153.92 -
System Red Green Blue C M Y K H S L
Decimal 128 83 41 0 0.35 0.68 0.50 28.97 0.51 0.33
Hex 80 53 29 0 23 44 32 1D 33 21
Octal 200 123 51 0 43 104 62 35 63 41
Binary 10000000 1010011 101001 0 100011 1000100 110010 11101 110011 100001

Color Harmonies of #805329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805329

Black with #805329

Text Example


Text Example

White with #805329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805329; }

 p { color: rgb(128,83,41); }

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

background-color css

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

 a { background-color: rgb(128,83,41); }

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

border-color css

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

 span { border-color: rgb(128,83,41); }

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