Html Css Color HEX #875C26 Hot Curry

📋 copy color: '#875C26'

red 135 ◦ green 92 ◦ blue 38

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

Shades of Hot Curry #875C26

Tints of Hot Curry #875C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.34%

R = 50.94%
G = 34.72%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#875C26 (or 0x875C26) is known color: Hot Curry. HEX triplet: 87, 5C and 26. RGB value is (135,92,38). Sum of RGB (Red+Green+Blue) = 135+92+38=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #875C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C26 is #78A3D9. Grayscale: #626262. Windows color (decimal): -7906266 or 2514055. OLE color: 2514055.

HSL color Cylindrical-coordinate representation of color #875C26: hue angle of 33.4º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #875C26 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 92 38 -
CMYK 0 0.32 0.72 0.47
HSL 33.4º 0.56% 0.34% -
HSV(B) 33.4º 0.72% 0.53% -
XYZ 14.17 12.95 3.59 -
YUV 98.7 93.75 153.89 -
System Red Green Blue C M Y K H S L
Decimal 135 92 38 0 0.32 0.72 0.47 33.4 0.56 0.34
Hex 87 5C 26 0 20 48 2F 21 38 22
Octal 207 134 46 0 40 110 57 41 70 42
Binary 10000111 1011100 100110 0 100000 1001000 101111 100001 111000 100010

Color Harmonies of #875C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C26

Black with #875C26

Text Example


Text Example

White with #875C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875C26; }

 p { color: rgb(135,92,38); }

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

background-color css

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

 a { background-color: rgb(135,92,38); }

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

border-color css

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

 span { border-color: rgb(135,92,38); }

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