Html Css Color HEX #855925 Hot Curry

📋 copy color: '#855925'

red 133 ◦ green 89 ◦ blue 37

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

Shades of Hot Curry #855925

Tints of Hot Curry #855925

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.36%

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

R = 51.35%
G = 34.36%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#855925 (or 0x855925) is known color: Hot Curry. HEX triplet: 85, 59 and 25. RGB value is (133,89,37). Sum of RGB (Red+Green+Blue) = 133+89+37=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #855925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855925 is #7AA6DA. Grayscale: #606060. Windows color (decimal): -8038107 or 2447749. OLE color: 2447749.

HSL color Cylindrical-coordinate representation of color #855925: hue angle of 32.5º 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 #855925 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 37 -
CMYK 0 0.33 0.72 0.48
HSL 32.5º 0.56% 0.33% -
HSV(B) 32.5º 0.72% 0.52% -
XYZ 13.58 12.26 3.4 -
YUV 96.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 133 89 37 0 0.33 0.72 0.48 32.5 0.56 0.33
Hex 85 59 25 0 21 48 30 20 38 21
Octal 205 131 45 0 41 110 60 40 70 41
Binary 10000101 1011001 100101 0 100001 1001000 110000 100000 111000 100001

Color Harmonies of #855925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855925

Black with #855925

Text Example


Text Example

White with #855925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855925; }

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

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

background-color css

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

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

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

border-color css

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

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

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