Html Css Color HEX #855C1E Hot Curry

📋 copy color: '#855C1E'

red 133 ◦ green 92 ◦ blue 30

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

Shades of Hot Curry #855C1E

Tints of Hot Curry #855C1E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.08%

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

R = 52.16%
G = 36.08%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#855C1E (or 0x855C1E) is known color: Hot Curry. HEX triplet: 85, 5C and 1E. RGB value is (133,92,30). Sum of RGB (Red+Green+Blue) = 133+92+30=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #855C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C1E is #7AA3E1. Grayscale: #616161. Windows color (decimal): -8037346 or 1989765. OLE color: 1989765.

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

Color convert

RGB 133 92 30 -
CMYK 0 0.31 0.77 0.48
HSL 36.12º 0.63% 0.32% -
HSV(B) 36.12º 0.77% 0.52% -
XYZ 13.73 12.73 2.96 -
YUV 97.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 133 92 30 0 0.31 0.77 0.48 36.12 0.63 0.32
Hex 85 5C 1E 0 1F 4D 30 24 3F 20
Octal 205 134 36 0 37 115 60 44 77 40
Binary 10000101 1011100 11110 0 11111 1001101 110000 100100 111111 100000

Color Harmonies of #855C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C1E

Black with #855C1E

Text Example


Text Example

White with #855C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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