Html Css Color HEX #855E1E Hot Curry

📋 copy color: '#855E1E'

red 133 ◦ green 94 ◦ blue 30

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

Shades of Hot Curry #855E1E

Tints of Hot Curry #855E1E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.58%

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

R = 51.75%
G = 36.58%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#855E1E (or 0x855E1E) is known color: Hot Curry. HEX triplet: 85, 5E and 1E. RGB value is (133,94,30). Sum of RGB (Red+Green+Blue) = 133+94+30=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #855E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E1E is #7AA1E1. Grayscale: #626262. Windows color (decimal): -8036834 or 1990277. OLE color: 1990277.

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

Color convert

RGB 133 94 30 -
CMYK 0 0.29 0.77 0.48
HSL 37.28º 0.63% 0.32% -
HSV(B) 37.28º 0.77% 0.52% -
XYZ 13.91 13.09 3.02 -
YUV 98.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 133 94 30 0 0.29 0.77 0.48 37.28 0.63 0.32
Hex 85 5E 1E 0 1D 4D 30 25 3F 20
Octal 205 136 36 0 35 115 60 45 77 40
Binary 10000101 1011110 11110 0 11101 1001101 110000 100101 111111 100000

Color Harmonies of #855E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E1E

Black with #855E1E

Text Example


Text Example

White with #855E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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