Html Css Color HEX #865C29 Hot Curry

📋 copy color: '#865C29'

red 134 ◦ green 92 ◦ blue 41

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

Shades of Hot Curry #865C29

Tints of Hot Curry #865C29

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.46%

 BLUE value IS 41 (16.41% from 255) = 15.36%

R = 50.19%
G = 34.46%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#865C29 (or 0x865C29) is known color: Hot Curry. HEX triplet: 86, 5C and 29. RGB value is (134,92,41). Sum of RGB (Red+Green+Blue) = 134+92+41=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #865C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C29 is #79A3D6. Grayscale: #626262. Windows color (decimal): -7971799 or 2710662. OLE color: 2710662.

HSL color Cylindrical-coordinate representation of color #865C29: hue angle of 32.9º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #865C29 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 92 41 -
CMYK 0 0.31 0.69 0.47
HSL 32.9º 0.53% 0.34% -
HSV(B) 32.9º 0.69% 0.53% -
XYZ 14.06 12.88 3.84 -
YUV 98.74 95.41 153.15 -
System Red Green Blue C M Y K H S L
Decimal 134 92 41 0 0.31 0.69 0.47 32.9 0.53 0.34
Hex 86 5C 29 0 1F 45 2F 21 35 22
Octal 206 134 51 0 37 105 57 41 65 42
Binary 10000110 1011100 101001 0 11111 1000101 101111 100001 110101 100010

Color Harmonies of #865C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C29

Black with #865C29

Text Example


Text Example

White with #865C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865C29; }

 p { color: rgb(134,92,41); }

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

background-color css

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

 a { background-color: rgb(134,92,41); }

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

border-color css

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

 span { border-color: rgb(134,92,41); }

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