Html Css Color HEX #855D1E Hot Curry

📋 copy color: '#855D1E'

red 133 ◦ green 93 ◦ blue 30

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

Shades of Hot Curry #855D1E

Tints of Hot Curry #855D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.72%

R = 51.95%
G = 36.33%
B = 11.72%

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

#855D1E (or 0x855D1E) is known color: Hot Curry. HEX triplet: 85, 5D and 1E. RGB value is (133,93,30). Sum of RGB (Red+Green+Blue) = 133+93+30=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #855D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D1E is #7AA2E1. Grayscale: #626262. Windows color (decimal): -8037090 or 1990021. OLE color: 1990021.

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

Color convert

RGB 133 93 30 -
CMYK 0 0.30 0.77 0.48
HSL 36.7º 0.63% 0.32% -
HSV(B) 36.7º 0.77% 0.52% -
XYZ 13.82 12.91 2.99 -
YUV 97.78 89.75 153.12 -
System Red Green Blue C M Y K H S L
Decimal 133 93 30 0 0.30 0.77 0.48 36.7 0.63 0.32
Hex 85 5D 1E 0 1E 4D 30 25 3F 20
Octal 205 135 36 0 36 115 60 45 77 40
Binary 10000101 1011101 11110 0 11110 1001101 110000 100101 111111 100000

Color Harmonies of #855D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D1E

Black with #855D1E

Text Example


Text Example

White with #855D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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