Html Css Color HEX #865232 Korma

📋 copy color: '#865232'

red 134 ◦ green 82 ◦ blue 50

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

Shades of Korma #865232

Tints of Korma #865232

RGB

 RED value IS 134 (52.73% from 255) = 50.38%

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

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 50.38%
G = 30.83%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#865232 (or 0x865232) is known color: Korma. HEX triplet: 86, 52 and 32. RGB value is (134,82,50). Sum of RGB (Red+Green+Blue) = 134+82+50=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #865232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865232 is #79ADCD. Grayscale: #5E5E5E. Windows color (decimal): -7974350 or 3297926. OLE color: 3297926.

HSL color Cylindrical-coordinate representation of color #865232: hue angle of 22.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #865232 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 82 50 -
CMYK 0 0.39 0.63 0.47
HSL 22.86º 0.46% 0.36% -
HSV(B) 22.86º 0.63% 0.53% -
XYZ 13.42 11.33 4.5 -
YUV 93.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 134 82 50 0 0.39 0.63 0.47 22.86 0.46 0.36
Hex 86 52 32 0 27 3F 2F 17 2E 24
Octal 206 122 62 0 47 77 57 27 56 44
Binary 10000110 1010010 110010 0 100111 111111 101111 10111 101110 100100

Color Harmonies of #865232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865232

Black with #865232

Text Example


Text Example

White with #865232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865232; }

 p { color: rgb(134,82,50); }

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

background-color css

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

 a { background-color: rgb(134,82,50); }

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

border-color css

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

 span { border-color: rgb(134,82,50); }

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