Html Css Color HEX #856325 Hot Curry

📋 copy color: '#856325'

red 133 ◦ green 99 ◦ blue 37

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

Shades of Hot Curry #856325

Tints of Hot Curry #856325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.8%

 BLUE value IS 37 (14.84% from 255) = 13.75%

R = 49.44%
G = 36.8%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#856325 (or 0x856325) is known color: Hot Curry. HEX triplet: 85, 63 and 25. RGB value is (133,99,37). Sum of RGB (Red+Green+Blue) = 133+99+37=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #856325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856325 is #7A9CDA. Grayscale: #666666. Windows color (decimal): -8035547 or 2450309. OLE color: 2450309.

HSL color Cylindrical-coordinate representation of color #856325: hue angle of 38.75º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #856325 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 37 -
CMYK 0 0.26 0.72 0.48
HSL 38.75º 0.56% 0.33% -
HSV(B) 38.75º 0.72% 0.52% -
XYZ 14.47 14.04 3.7 -
YUV 102.1 91.26 150.04 -
System Red Green Blue C M Y K H S L
Decimal 133 99 37 0 0.26 0.72 0.48 38.75 0.56 0.33
Hex 85 63 25 0 1A 48 30 27 38 21
Octal 205 143 45 0 32 110 60 47 70 41
Binary 10000101 1100011 100101 0 11010 1001000 110000 100111 111000 100001

Color Harmonies of #856325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856325

Black with #856325

Text Example


Text Example

White with #856325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856325; }

 p { color: rgb(133,99,37); }

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

background-color css

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

 a { background-color: rgb(133,99,37); }

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

border-color css

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

 span { border-color: rgb(133,99,37); }

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