Html Css Color HEX #865031 Korma

📋 copy color: '#865031'

red 134 ◦ green 80 ◦ blue 49

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

Shades of Korma #865031

Tints of Korma #865031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.63%

R = 50.95%
G = 30.42%
B = 18.63%

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

#865031 (or 0x865031) is known color: Korma. HEX triplet: 86, 50 and 31. RGB value is (134,80,49). Sum of RGB (Red+Green+Blue) = 134+80+49=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #865031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865031 is #79AFCE. Grayscale: #5C5C5C. Windows color (decimal): -7974863 or 3231878. OLE color: 3231878.

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

Color convert

RGB 134 80 49 -
CMYK 0 0.40 0.63 0.47
HSL 21.88º 0.46% 0.36% -
HSV(B) 21.88º 0.63% 0.53% -
XYZ 13.25 11.03 4.34 -
YUV 92.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 134 80 49 0 0.40 0.63 0.47 21.88 0.46 0.36
Hex 86 50 31 0 28 3F 2F 16 2E 24
Octal 206 120 61 0 50 77 57 26 56 44
Binary 10000110 1010000 110001 0 101000 111111 101111 10110 101110 100100

Color Harmonies of #865031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865031

Black with #865031

Text Example


Text Example

White with #865031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865031; }

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

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

background-color css

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

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

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

border-color css

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

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

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