Html Css Color HEX #875A1F Hot Curry

📋 copy color: '#875A1F'

red 135 ◦ green 90 ◦ blue 31

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

Shades of Hot Curry #875A1F

Tints of Hot Curry #875A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.11%

R = 52.73%
G = 35.16%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#875A1F (or 0x875A1F) is known color: Hot Curry. HEX triplet: 87, 5A and 1F. RGB value is (135,90,31). Sum of RGB (Red+Green+Blue) = 135+90+31=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #875A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A1F is #78A5E0. Grayscale: #616161. Windows color (decimal): -7906785 or 2054791. OLE color: 2054791.

HSL color Cylindrical-coordinate representation of color #875A1F: hue angle of 34.04º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #875A1F is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 90 31 -
CMYK 0 0.33 0.77 0.47
HSL 34.04º 0.63% 0.33% -
HSV(B) 34.04º 0.77% 0.53% -
XYZ 13.9 12.56 2.99 -
YUV 96.73 90.91 155.3 -
System Red Green Blue C M Y K H S L
Decimal 135 90 31 0 0.33 0.77 0.47 34.04 0.63 0.33
Hex 87 5A 1F 0 21 4D 2F 22 3F 21
Octal 207 132 37 0 41 115 57 42 77 41
Binary 10000111 1011010 11111 0 100001 1001101 101111 100010 111111 100001

Color Harmonies of #875A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875A1F

Black with #875A1F

Text Example


Text Example

White with #875A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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