Html Css Color HEX #805234 Korma

📋 copy color: '#805234'

red 128 ◦ green 82 ◦ blue 52

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

Shades of Korma #805234

Tints of Korma #805234

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.3%

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

R = 48.85%
G = 31.3%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#805234 (or 0x805234) is known color: Korma. HEX triplet: 80, 52 and 34. RGB value is (128,82,52). Sum of RGB (Red+Green+Blue) = 128+82+52=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #805234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805234 is #7FADCB. Grayscale: #5C5C5C. Windows color (decimal): -8367564 or 3428992. OLE color: 3428992.

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

Color convert

RGB 128 82 52 -
CMYK 0 0.36 0.59 0.50
HSL 23.68º 0.42% 0.35% -
HSV(B) 23.68º 0.59% 0.5% -
XYZ 12.54 10.87 4.69 -
YUV 92.33 105.24 153.44 -
System Red Green Blue C M Y K H S L
Decimal 128 82 52 0 0.36 0.59 0.50 23.68 0.42 0.35
Hex 80 52 34 0 24 3B 32 18 2A 23
Octal 200 122 64 0 44 73 62 30 52 43
Binary 10000000 1010010 110100 0 100100 111011 110010 11000 101010 100011

Color Harmonies of #805234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805234

Black with #805234

Text Example


Text Example

White with #805234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805234; }

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

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

background-color css

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

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

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

border-color css

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

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

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