Html Css Color HEX #855A1D Hot Curry

📋 copy color: '#855A1D'

red 133 ◦ green 90 ◦ blue 29

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

Shades of Hot Curry #855A1D

Tints of Hot Curry #855A1D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.71%

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 52.78%
G = 35.71%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#855A1D (or 0x855A1D) is known color: Hot Curry. HEX triplet: 85, 5A and 1D. RGB value is (133,90,29). Sum of RGB (Red+Green+Blue) = 133+90+29=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #855A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A1D is #7AA5E2. Grayscale: #606060. Windows color (decimal): -8037859 or 1923717. OLE color: 1923717.

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

Color convert

RGB 133 90 29 -
CMYK 0 0.32 0.78 0.48
HSL 35.19º 0.64% 0.32% -
HSV(B) 35.19º 0.78% 0.52% -
XYZ 13.55 12.39 2.84 -
YUV 95.9 90.25 154.46 -
System Red Green Blue C M Y K H S L
Decimal 133 90 29 0 0.32 0.78 0.48 35.19 0.64 0.32
Hex 85 5A 1D 0 20 4E 30 23 40 20
Octal 205 132 35 0 40 116 60 43 100 40
Binary 10000101 1011010 11101 0 100000 1001110 110000 100011 1000000 100000

Color Harmonies of #855A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A1D

Black with #855A1D

Text Example


Text Example

White with #855A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,90,29); }

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

background-color css

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

 a { background-color: rgb(133,90,29); }

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

border-color css

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

 span { border-color: rgb(133,90,29); }

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