Html Css Color HEX #856529 Hot Curry

📋 copy color: '#856529'

red 133 ◦ green 101 ◦ blue 41

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

Shades of Hot Curry #856529

Tints of Hot Curry #856529

RGB

 RED value IS 133 (52.34% from 255) = 48.36%

 GREEN value IS 101 (39.84% from 255) = 36.73%

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

R = 48.36%
G = 36.73%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#856529 (or 0x856529) is known color: Hot Curry. HEX triplet: 85, 65 and 29. RGB value is (133,101,41). Sum of RGB (Red+Green+Blue) = 133+101+41=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #856529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856529 is #7A9AD6. Grayscale: #686868. Windows color (decimal): -8035031 or 2712965. OLE color: 2712965.

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

Color convert

RGB 133 101 41 -
CMYK 0 0.24 0.69 0.48
HSL 39.13º 0.53% 0.34% -
HSV(B) 39.13º 0.69% 0.52% -
XYZ 14.73 14.45 4.11 -
YUV 103.73 92.6 148.88 -
System Red Green Blue C M Y K H S L
Decimal 133 101 41 0 0.24 0.69 0.48 39.13 0.53 0.34
Hex 85 65 29 0 18 45 30 27 35 22
Octal 205 145 51 0 30 105 60 47 65 42
Binary 10000101 1100101 101001 0 11000 1000101 110000 100111 110101 100010

Color Harmonies of #856529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856529

Black with #856529

Text Example


Text Example

White with #856529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856529; }

 p { color: rgb(133,101,41); }

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

background-color css

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

 a { background-color: rgb(133,101,41); }

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

border-color css

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

 span { border-color: rgb(133,101,41); }

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