Html Css Color HEX #855D1F Hot Curry

📋 copy color: '#855D1F'

red 133 ◦ green 93 ◦ blue 31

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

Shades of Hot Curry #855D1F

Tints of Hot Curry #855D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 51.75%
G = 36.19%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#855D1F (or 0x855D1F) is known color: Hot Curry. HEX triplet: 85, 5D and 1F. RGB value is (133,93,31). Sum of RGB (Red+Green+Blue) = 133+93+31=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #855D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D1F is #7AA2E0. Grayscale: #626262. Windows color (decimal): -8037089 or 2055557. OLE color: 2055557.

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

Color convert

RGB 133 93 31 -
CMYK 0 0.30 0.77 0.48
HSL 36.47º 0.62% 0.32% -
HSV(B) 36.47º 0.77% 0.52% -
XYZ 13.83 12.91 3.06 -
YUV 97.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 133 93 31 0 0.30 0.77 0.48 36.47 0.62 0.32
Hex 85 5D 1F 0 1E 4D 30 24 3E 20
Octal 205 135 37 0 36 115 60 44 76 40
Binary 10000101 1011101 11111 0 11110 1001101 110000 100100 111110 100000

Color Harmonies of #855D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D1F

Black with #855D1F

Text Example


Text Example

White with #855D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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