Html Css Color HEX #875813 Hot Curry

📋 copy color: '#875813'

red 135 ◦ green 88 ◦ blue 19

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

Shades of Hot Curry #875813

Tints of Hot Curry #875813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.36%

 BLUE value IS 19 (7.81% from 255) = 7.85%

R = 55.79%
G = 36.36%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#875813 (or 0x875813) is known color: Hot Curry. HEX triplet: 87, 58 and 13. RGB value is (135,88,19). Sum of RGB (Red+Green+Blue) = 135+88+19=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #875813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875813 is #78A7EC. Grayscale: #5E5E5E. Windows color (decimal): -7907309 or 1267847. OLE color: 1267847.

HSL color Cylindrical-coordinate representation of color #875813: hue angle of 35.69º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #875813 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 88 19 -
CMYK 0 0.35 0.86 0.47
HSL 35.69º 0.75% 0.3% -
HSV(B) 35.69º 0.86% 0.53% -
XYZ 13.6 12.18 2.25 -
YUV 94.19 85.57 157.11 -
System Red Green Blue C M Y K H S L
Decimal 135 88 19 0 0.35 0.86 0.47 35.69 0.75 0.3
Hex 87 58 13 0 23 56 2F 24 4B 1E
Octal 207 130 23 0 43 126 57 44 113 36
Binary 10000111 1011000 10011 0 100011 1010110 101111 100100 1001011 11110

Color Harmonies of #875813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875813

Black with #875813

Text Example


Text Example

White with #875813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875813; }

 p { color: rgb(135,88,19); }

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

background-color css

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

 a { background-color: rgb(135,88,19); }

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

border-color css

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

 span { border-color: rgb(135,88,19); }

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