Html Css Color HEX #875C1F Hot Curry

📋 copy color: '#875C1F'

red 135 ◦ green 92 ◦ blue 31

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

Shades of Hot Curry #875C1F

Tints of Hot Curry #875C1F

RGB

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

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

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

R = 52.33%
G = 35.66%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#875C1F (or 0x875C1F) is known color: Hot Curry. HEX triplet: 87, 5C and 1F. RGB value is (135,92,31). Sum of RGB (Red+Green+Blue) = 135+92+31=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #875C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C1F is #78A3E0. Grayscale: #626262. Windows color (decimal): -7906273 or 2055303. OLE color: 2055303.

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

Color convert

RGB 135 92 31 -
CMYK 0 0.32 0.77 0.47
HSL 35.19º 0.63% 0.33% -
HSV(B) 35.19º 0.77% 0.53% -
XYZ 14.07 12.9 3.05 -
YUV 97.9 90.25 154.46 -
System Red Green Blue C M Y K H S L
Decimal 135 92 31 0 0.32 0.77 0.47 35.19 0.63 0.33
Hex 87 5C 1F 0 20 4D 2F 23 3F 21
Octal 207 134 37 0 40 115 57 43 77 41
Binary 10000111 1011100 11111 0 100000 1001101 101111 100011 111111 100001

Color Harmonies of #875C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C1F

Black with #875C1F

Text Example


Text Example

White with #875C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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