Html Css Color HEX #865334 Korma

📋 copy color: '#865334'

red 134 ◦ green 83 ◦ blue 52

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

Shades of Korma #865334

Tints of Korma #865334

RGB

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

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

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

R = 49.81%
G = 30.86%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#865334 (or 0x865334) is known color: Korma. HEX triplet: 86, 53 and 34. RGB value is (134,83,52). Sum of RGB (Red+Green+Blue) = 134+83+52=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #865334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865334 is #79ACCB. Grayscale: #5E5E5E. Windows color (decimal): -7974092 or 3429254. OLE color: 3429254.

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

Color convert

RGB 134 83 52 -
CMYK 0 0.38 0.61 0.47
HSL 22.68º 0.44% 0.36% -
HSV(B) 22.68º 0.61% 0.53% -
XYZ 13.54 11.5 4.76 -
YUV 94.72 103.9 156.02 -
System Red Green Blue C M Y K H S L
Decimal 134 83 52 0 0.38 0.61 0.47 22.68 0.44 0.36
Hex 86 53 34 0 26 3D 2F 17 2C 24
Octal 206 123 64 0 46 75 57 27 54 44
Binary 10000110 1010011 110100 0 100110 111101 101111 10111 101100 100100

Color Harmonies of #865334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865334

Black with #865334

Text Example


Text Example

White with #865334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865334; }

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

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

background-color css

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

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

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

border-color css

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

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

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