Html Css Color HEX #875B16 Hot Curry

📋 copy color: '#875B16'

red 135 ◦ green 91 ◦ blue 22

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

Shades of Hot Curry #875B16

Tints of Hot Curry #875B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 54.44%
G = 36.69%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#875B16 (or 0x875B16) is known color: Hot Curry. HEX triplet: 87, 5B and 16. RGB value is (135,91,22). Sum of RGB (Red+Green+Blue) = 135+91+22=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #875B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875B16 is #78A4E9. Grayscale: #606060. Windows color (decimal): -7906538 or 1465223. OLE color: 1465223.

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

Color convert

RGB 135 91 22 -
CMYK 0 0.33 0.84 0.47
HSL 36.64º 0.72% 0.31% -
HSV(B) 36.64º 0.84% 0.53% -
XYZ 13.88 12.69 2.48 -
YUV 96.29 86.08 155.61 -
System Red Green Blue C M Y K H S L
Decimal 135 91 22 0 0.33 0.84 0.47 36.64 0.72 0.31
Hex 87 5B 16 0 21 54 2F 25 48 1F
Octal 207 133 26 0 41 124 57 45 110 37
Binary 10000111 1011011 10110 0 100001 1010100 101111 100101 1001000 11111

Color Harmonies of #875B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B16

Black with #875B16

Text Example


Text Example

White with #875B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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