Html Css Color HEX #875B19 Hot Curry

📋 copy color: '#875B19'

red 135 ◦ green 91 ◦ blue 25

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

Shades of Hot Curry #875B19

Tints of Hot Curry #875B19

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.25%

 BLUE value IS 25 (10.16% from 255) = 9.96%

R = 53.78%
G = 36.25%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#875B19 (or 0x875B19) is known color: Hot Curry. HEX triplet: 87, 5B and 19. RGB value is (135,91,25). Sum of RGB (Red+Green+Blue) = 135+91+25=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #875B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875B19 is #78A4E6. Grayscale: #606060. Windows color (decimal): -7906535 or 1661831. OLE color: 1661831.

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

Color convert

RGB 135 91 25 -
CMYK 0 0.33 0.81 0.47
HSL 36º 0.69% 0.31% -
HSV(B) 36º 0.81% 0.53% -
XYZ 13.91 12.7 2.64 -
YUV 96.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 135 91 25 0 0.33 0.81 0.47 36 0.69 0.31
Hex 87 5B 19 0 21 51 2F 24 45 1F
Octal 207 133 31 0 41 121 57 44 105 37
Binary 10000111 1011011 11001 0 100001 1010001 101111 100100 1000101 11111

Color Harmonies of #875B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B19

Black with #875B19

Text Example


Text Example

White with #875B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,91,25); }

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

background-color css

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

 a { background-color: rgb(135,91,25); }

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

border-color css

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

 span { border-color: rgb(135,91,25); }

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