Html Css Color HEX #855D1A Hot Curry

📋 copy color: '#855D1A'

red 133 ◦ green 93 ◦ blue 26

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

Shades of Hot Curry #855D1A

Tints of Hot Curry #855D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 52.78%
G = 36.9%
B = 10.32%

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

#855D1A (or 0x855D1A) is known color: Hot Curry. HEX triplet: 85, 5D and 1A. RGB value is (133,93,26). Sum of RGB (Red+Green+Blue) = 133+93+26=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #855D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D1A is #7AA2E5. Grayscale: #616161. Windows color (decimal): -8037094 or 1727877. OLE color: 1727877.

HSL color Cylindrical-coordinate representation of color #855D1A: hue angle of 37.57º degrees, saturation: 0.67, 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 #855D1A is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 93 26 -
CMYK 0 0.30 0.80 0.48
HSL 37.57º 0.67% 0.31% -
HSV(B) 37.57º 0.8% 0.52% -
XYZ 13.77 12.89 2.74 -
YUV 97.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 133 93 26 0 0.30 0.80 0.48 37.57 0.67 0.31
Hex 85 5D 1A 0 1E 50 30 26 43 1F
Octal 205 135 32 0 36 120 60 46 103 37
Binary 10000101 1011101 11010 0 11110 1010000 110000 100110 1000011 11111

Color Harmonies of #855D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D1A

Black with #855D1A

Text Example


Text Example

White with #855D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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