Html Css Color HEX #865534 Korma

📋 copy color: '#865534'

red 134 ◦ green 85 ◦ blue 52

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

Shades of Korma #865534

Tints of Korma #865534

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.37%

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

R = 49.45%
G = 31.37%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#865534 (or 0x865534) is known color: Korma. HEX triplet: 86, 55 and 34. RGB value is (134,85,52). Sum of RGB (Red+Green+Blue) = 134+85+52=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #865534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865534 is #79AACB. Grayscale: #606060. Windows color (decimal): -7973580 or 3429766. OLE color: 3429766.

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

Color convert

RGB 134 85 52 -
CMYK 0 0.37 0.61 0.47
HSL 24.15º 0.44% 0.36% -
HSV(B) 24.15º 0.61% 0.53% -
XYZ 13.7 11.81 4.81 -
YUV 95.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 134 85 52 0 0.37 0.61 0.47 24.15 0.44 0.36
Hex 86 55 34 0 25 3D 2F 18 2C 24
Octal 206 125 64 0 45 75 57 30 54 44
Binary 10000110 1010101 110100 0 100101 111101 101111 11000 101100 100100

Color Harmonies of #865534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865534

Black with #865534

Text Example


Text Example

White with #865534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865534; }

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

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

background-color css

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

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

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

border-color css

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

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

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