Html Css Color HEX #855423 Hot Curry

📋 copy color: '#855423'

red 133 ◦ green 84 ◦ blue 35

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

Shades of Hot Curry #855423

Tints of Hot Curry #855423

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.33%

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

R = 52.78%
G = 33.33%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#855423 (or 0x855423) is known color: Hot Curry. HEX triplet: 85, 54 and 23. RGB value is (133,84,35). Sum of RGB (Red+Green+Blue) = 133+84+35=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #855423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855423 is #7AABDC. Grayscale: #5D5D5D. Windows color (decimal): -8039389 or 2315397. OLE color: 2315397.

HSL color Cylindrical-coordinate representation of color #855423: hue angle of 30º 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 #855423 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 35 -
CMYK 0 0.37 0.74 0.48
HSL 30º 0.58% 0.33% -
HSV(B) 30º 0.74% 0.52% -
XYZ 13.15 11.45 3.11 -
YUV 93.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 133 84 35 0 0.37 0.74 0.48 30 0.58 0.33
Hex 85 54 23 0 25 4A 30 1E 3A 21
Octal 205 124 43 0 45 112 60 36 72 41
Binary 10000101 1010100 100011 0 100101 1001010 110000 11110 111010 100001

Color Harmonies of #855423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855423

Black with #855423

Text Example


Text Example

White with #855423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855423; }

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

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

background-color css

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

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

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

border-color css

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

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

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