Html Css Color HEX #865032 Korma

📋 copy color: '#865032'

red 134 ◦ green 80 ◦ blue 50

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

Shades of Korma #865032

Tints of Korma #865032

RGB

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

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

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

R = 50.76%
G = 30.3%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#865032 (or 0x865032) is known color: Korma. HEX triplet: 86, 50 and 32. RGB value is (134,80,50). Sum of RGB (Red+Green+Blue) = 134+80+50=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #865032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865032 is #79AFCD. Grayscale: #5C5C5C. Windows color (decimal): -7974862 or 3297414. OLE color: 3297414.

HSL color Cylindrical-coordinate representation of color #865032: hue angle of 21.43º 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 #865032 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 80 50 -
CMYK 0 0.40 0.63 0.47
HSL 21.43º 0.46% 0.36% -
HSV(B) 21.43º 0.63% 0.53% -
XYZ 13.28 11.04 4.45 -
YUV 92.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 134 80 50 0 0.40 0.63 0.47 21.43 0.46 0.36
Hex 86 50 32 0 28 3F 2F 15 2E 24
Octal 206 120 62 0 50 77 57 25 56 44
Binary 10000110 1010000 110010 0 101000 111111 101111 10101 101110 100100

Color Harmonies of #865032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865032

Black with #865032

Text Example


Text Example

White with #865032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865032; }

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

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

background-color css

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

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

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

border-color css

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

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

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