Html Css Color HEX #875323 Hot Curry

📋 copy color: '#875323'

red 135 ◦ green 83 ◦ blue 35

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

Shades of Hot Curry #875323

Tints of Hot Curry #875323

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.81%

 BLUE value IS 35 (14.06% from 255) = 13.83%

R = 53.36%
G = 32.81%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#875323 (or 0x875323) is known color: Hot Curry. HEX triplet: 87, 53 and 23. RGB value is (135,83,35). Sum of RGB (Red+Green+Blue) = 135+83+35=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #875323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875323 is #78ACDC. Grayscale: #5D5D5D. Windows color (decimal): -7908573 or 2315143. OLE color: 2315143.

HSL color Cylindrical-coordinate representation of color #875323: hue angle of 28.8º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #875323 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 83 35 -
CMYK 0 0.39 0.74 0.47
HSL 28.8º 0.59% 0.33% -
HSV(B) 28.8º 0.74% 0.53% -
XYZ 13.39 11.46 3.1 -
YUV 93.08 95.23 157.9 -
System Red Green Blue C M Y K H S L
Decimal 135 83 35 0 0.39 0.74 0.47 28.8 0.59 0.33
Hex 87 53 23 0 27 4A 2F 1D 3B 21
Octal 207 123 43 0 47 112 57 35 73 41
Binary 10000111 1010011 100011 0 100111 1001010 101111 11101 111011 100001

Color Harmonies of #875323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875323

Black with #875323

Text Example


Text Example

White with #875323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875323; }

 p { color: rgb(135,83,35); }

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

background-color css

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

 a { background-color: rgb(135,83,35); }

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

border-color css

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

 span { border-color: rgb(135,83,35); }

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