Html Css Color HEX #875A26 Hot Curry

📋 copy color: '#875A26'

red 135 ◦ green 90 ◦ blue 38

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

Shades of Hot Curry #875A26

Tints of Hot Curry #875A26

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.22%

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

R = 51.33%
G = 34.22%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#875A26 (or 0x875A26) is known color: Hot Curry. HEX triplet: 87, 5A and 26. RGB value is (135,90,38). Sum of RGB (Red+Green+Blue) = 135+90+38=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #875A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A26 is #78A5D9. Grayscale: #616161. Windows color (decimal): -7906778 or 2513543. OLE color: 2513543.

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

Color convert

RGB 135 90 38 -
CMYK 0 0.33 0.72 0.47
HSL 32.16º 0.56% 0.34% -
HSV(B) 32.16º 0.72% 0.53% -
XYZ 14 12.6 3.53 -
YUV 97.53 94.41 154.73 -
System Red Green Blue C M Y K H S L
Decimal 135 90 38 0 0.33 0.72 0.47 32.16 0.56 0.34
Hex 87 5A 26 0 21 48 2F 20 38 22
Octal 207 132 46 0 41 110 57 40 70 42
Binary 10000111 1011010 100110 0 100001 1001000 101111 100000 111000 100010

Color Harmonies of #875A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875A26

Black with #875A26

Text Example


Text Example

White with #875A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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