Html Css Color HEX #855D1B Hot Curry

📋 copy color: '#855D1B'

red 133 ◦ green 93 ◦ blue 27

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

Shades of Hot Curry #855D1B

Tints of Hot Curry #855D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.67%

R = 52.57%
G = 36.76%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#855D1B (or 0x855D1B) is known color: Hot Curry. HEX triplet: 85, 5D and 1B. RGB value is (133,93,27). Sum of RGB (Red+Green+Blue) = 133+93+27=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #855D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D1B is #7AA2E4. Grayscale: #616161. Windows color (decimal): -8037093 or 1793413. OLE color: 1793413.

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

Color convert

RGB 133 93 27 -
CMYK 0 0.30 0.80 0.48
HSL 37.36º 0.66% 0.31% -
HSV(B) 37.36º 0.8% 0.52% -
XYZ 13.79 12.89 2.8 -
YUV 97.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 133 93 27 0 0.30 0.80 0.48 37.36 0.66 0.31
Hex 85 5D 1B 0 1E 50 30 25 42 1F
Octal 205 135 33 0 36 120 60 45 102 37
Binary 10000101 1011101 11011 0 11110 1010000 110000 100101 1000010 11111

Color Harmonies of #855D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D1B

Black with #855D1B

Text Example


Text Example

White with #855D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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