Html Css Color HEX #875C1E Hot Curry

📋 copy color: '#875C1E'

red 135 ◦ green 92 ◦ blue 30

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

Shades of Hot Curry #875C1E

Tints of Hot Curry #875C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 52.53%
G = 35.8%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#875C1E (or 0x875C1E) is known color: Hot Curry. HEX triplet: 87, 5C and 1E. RGB value is (135,92,30). Sum of RGB (Red+Green+Blue) = 135+92+30=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #875C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C1E is #78A3E1. Grayscale: #626262. Windows color (decimal): -7906274 or 1989767. OLE color: 1989767.

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

Color convert

RGB 135 92 30 -
CMYK 0 0.32 0.78 0.47
HSL 35.43º 0.64% 0.32% -
HSV(B) 35.43º 0.78% 0.53% -
XYZ 14.05 12.9 2.98 -
YUV 97.79 89.75 154.54 -
System Red Green Blue C M Y K H S L
Decimal 135 92 30 0 0.32 0.78 0.47 35.43 0.64 0.32
Hex 87 5C 1E 0 20 4E 2F 23 40 20
Octal 207 134 36 0 40 116 57 43 100 40
Binary 10000111 1011100 11110 0 100000 1001110 101111 100011 1000000 100000

Color Harmonies of #875C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C1E

Black with #875C1E

Text Example


Text Example

White with #875C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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