Html Css Color HEX #855D17 Hot Curry

📋 copy color: '#855D17'

red 133 ◦ green 93 ◦ blue 23

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

Shades of Hot Curry #855D17

Tints of Hot Curry #855D17

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.35%

 BLUE value IS 23 (9.38% from 255) = 9.24%

R = 53.41%
G = 37.35%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#855D17 (or 0x855D17) is known color: Hot Curry. HEX triplet: 85, 5D and 17. RGB value is (133,93,23). Sum of RGB (Red+Green+Blue) = 133+93+23=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #855D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855D17 is #7AA2E8. Grayscale: #616161. Windows color (decimal): -8037097 or 1531269. OLE color: 1531269.

HSL color Cylindrical-coordinate representation of color #855D17: hue angle of 38.18º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #855D17 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 93 23 -
CMYK 0 0.30 0.83 0.48
HSL 38.18º 0.71% 0.31% -
HSV(B) 38.18º 0.83% 0.52% -
XYZ 13.74 12.88 2.57 -
YUV 96.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 133 93 23 0 0.30 0.83 0.48 38.18 0.71 0.31
Hex 85 5D 17 0 1E 53 30 26 47 1F
Octal 205 135 27 0 36 123 60 46 107 37
Binary 10000101 1011101 10111 0 11110 1010011 110000 100110 1000111 11111

Color Harmonies of #855D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D17

Black with #855D17

Text Example


Text Example

White with #855D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855D17; }

 p { color: rgb(133,93,23); }

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

background-color css

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

 a { background-color: rgb(133,93,23); }

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

border-color css

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

 span { border-color: rgb(133,93,23); }

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