Html Css Color HEX #805334 Korma

📋 copy color: '#805334'

red 128 ◦ green 83 ◦ blue 52

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

Shades of Korma #805334

Tints of Korma #805334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.77%

R = 48.67%
G = 31.56%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#805334 (or 0x805334) is known color: Korma. HEX triplet: 80, 53 and 34. RGB value is (128,83,52). Sum of RGB (Red+Green+Blue) = 128+83+52=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #805334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805334 is #7FACCB. Grayscale: #5D5D5D. Windows color (decimal): -8367308 or 3429248. OLE color: 3429248.

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

Color convert

RGB 128 83 52 -
CMYK 0 0.35 0.59 0.50
HSL 24.47º 0.42% 0.35% -
HSV(B) 24.47º 0.59% 0.5% -
XYZ 12.62 11.02 4.71 -
YUV 92.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 128 83 52 0 0.35 0.59 0.50 24.47 0.42 0.35
Hex 80 53 34 0 23 3B 32 18 2A 23
Octal 200 123 64 0 43 73 62 30 52 43
Binary 10000000 1010011 110100 0 100011 111011 110010 11000 101010 100011

Color Harmonies of #805334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805334

Black with #805334

Text Example


Text Example

White with #805334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805334; }

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

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

background-color css

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

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

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

border-color css

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

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

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