Html Css Color HEX #875425 Hot Curry

📋 copy color: '#875425'

red 135 ◦ green 84 ◦ blue 37

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

Shades of Hot Curry #875425

Tints of Hot Curry #875425

RGB

 RED value IS 135 (53.13% from 255) = 52.73%

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

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

R = 52.73%
G = 32.81%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#875425 (or 0x875425) is known color: Hot Curry. HEX triplet: 87, 54 and 25. RGB value is (135,84,37). Sum of RGB (Red+Green+Blue) = 135+84+37=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #875425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875425 is #78ABDA. Grayscale: #5E5E5E. Windows color (decimal): -7908315 or 2446471. OLE color: 2446471.

HSL color Cylindrical-coordinate representation of color #875425: hue angle of 28.78º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #875425 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 84 37 -
CMYK 0 0.38 0.73 0.47
HSL 28.78º 0.57% 0.34% -
HSV(B) 28.78º 0.73% 0.53% -
XYZ 13.5 11.63 3.28 -
YUV 93.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 135 84 37 0 0.38 0.73 0.47 28.78 0.57 0.34
Hex 87 54 25 0 26 49 2F 1D 39 22
Octal 207 124 45 0 46 111 57 35 71 42
Binary 10000111 1010100 100101 0 100110 1001001 101111 11101 111001 100010

Color Harmonies of #875425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875425

Black with #875425

Text Example


Text Example

White with #875425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875425; }

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

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

background-color css

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

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

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

border-color css

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

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

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