Html Css Color HEX #855425 Hot Curry

📋 copy color: '#855425'

red 133 ◦ green 84 ◦ blue 37

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

Shades of Hot Curry #855425

Tints of Hot Curry #855425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.57%

R = 52.36%
G = 33.07%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#855425 (or 0x855425) is known color: Hot Curry. HEX triplet: 85, 54 and 25. RGB value is (133,84,37). Sum of RGB (Red+Green+Blue) = 133+84+37=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #855425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855425 is #7AABDA. Grayscale: #5D5D5D. Windows color (decimal): -8039387 or 2446469. OLE color: 2446469.

HSL color Cylindrical-coordinate representation of color #855425: hue angle of 29.38º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #855425 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 37 -
CMYK 0 0.37 0.72 0.48
HSL 29.38º 0.56% 0.33% -
HSV(B) 29.38º 0.72% 0.52% -
XYZ 13.18 11.46 3.27 -
YUV 93.29 96.23 156.32 -
System Red Green Blue C M Y K H S L
Decimal 133 84 37 0 0.37 0.72 0.48 29.38 0.56 0.33
Hex 85 54 25 0 25 48 30 1D 38 21
Octal 205 124 45 0 45 110 60 35 70 41
Binary 10000101 1010100 100101 0 100101 1001000 110000 11101 111000 100001

Color Harmonies of #855425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855425

Black with #855425

Text Example


Text Example

White with #855425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855425; }

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

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

background-color css

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

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

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

border-color css

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

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

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