Html Css Color HEX #855C23 Hot Curry

📋 copy color: '#855C23'

red 133 ◦ green 92 ◦ blue 35

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

Shades of Hot Curry #855C23

Tints of Hot Curry #855C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.46%

R = 51.15%
G = 35.38%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#855C23 (or 0x855C23) is known color: Hot Curry. HEX triplet: 85, 5C and 23. RGB value is (133,92,35). Sum of RGB (Red+Green+Blue) = 133+92+35=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #855C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C23 is #7AA3DC. Grayscale: #626262. Windows color (decimal): -8037341 or 2317445. OLE color: 2317445.

HSL color Cylindrical-coordinate representation of color #855C23: hue angle of 34.9º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #855C23 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 92 35 -
CMYK 0 0.31 0.74 0.48
HSL 34.9º 0.58% 0.33% -
HSV(B) 34.9º 0.74% 0.52% -
XYZ 13.8 12.76 3.33 -
YUV 97.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 133 92 35 0 0.31 0.74 0.48 34.9 0.58 0.33
Hex 85 5C 23 0 1F 4A 30 23 3A 21
Octal 205 134 43 0 37 112 60 43 72 41
Binary 10000101 1011100 100011 0 11111 1001010 110000 100011 111010 100001

Color Harmonies of #855C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C23

Black with #855C23

Text Example


Text Example

White with #855C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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