Html Css Color HEX #875D26 Hot Curry

📋 copy color: '#875D26'

red 135 ◦ green 93 ◦ blue 38

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

Shades of Hot Curry #875D26

Tints of Hot Curry #875D26

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.96%

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

R = 50.75%
G = 34.96%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#875D26 (or 0x875D26) is known color: Hot Curry. HEX triplet: 87, 5D and 26. RGB value is (135,93,38). Sum of RGB (Red+Green+Blue) = 135+93+38=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #875D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D26 is #78A2D9. Grayscale: #636363. Windows color (decimal): -7906010 or 2514311. OLE color: 2514311.

HSL color Cylindrical-coordinate representation of color #875D26: hue angle of 34.02º 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 #875D26 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 93 38 -
CMYK 0 0.31 0.72 0.47
HSL 34.02º 0.56% 0.34% -
HSV(B) 34.02º 0.72% 0.53% -
XYZ 14.26 13.12 3.61 -
YUV 99.29 93.41 153.47 -
System Red Green Blue C M Y K H S L
Decimal 135 93 38 0 0.31 0.72 0.47 34.02 0.56 0.34
Hex 87 5D 26 0 1F 48 2F 22 38 22
Octal 207 135 46 0 37 110 57 42 70 42
Binary 10000111 1011101 100110 0 11111 1001000 101111 100010 111000 100010

Color Harmonies of #875D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D26

Black with #875D26

Text Example


Text Example

White with #875D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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