Html Css Color HEX #875321 Hot Curry

📋 copy color: '#875321'

red 135 ◦ green 83 ◦ blue 33

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

Shades of Hot Curry #875321

Tints of Hot Curry #875321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.15%

R = 53.78%
G = 33.07%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#875321 (or 0x875321) is known color: Hot Curry. HEX triplet: 87, 53 and 21. RGB value is (135,83,33). Sum of RGB (Red+Green+Blue) = 135+83+33=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #875321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875321 is #78ACDE. Grayscale: #5D5D5D. Windows color (decimal): -7908575 or 2184071. OLE color: 2184071.

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

Color convert

RGB 135 83 33 -
CMYK 0 0.39 0.76 0.47
HSL 29.41º 0.61% 0.33% -
HSV(B) 29.41º 0.76% 0.53% -
XYZ 13.36 11.45 2.94 -
YUV 92.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 135 83 33 0 0.39 0.76 0.47 29.41 0.61 0.33
Hex 87 53 21 0 27 4C 2F 1D 3D 21
Octal 207 123 41 0 47 114 57 35 75 41
Binary 10000111 1010011 100001 0 100111 1001100 101111 11101 111101 100001

Color Harmonies of #875321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875321

Black with #875321

Text Example


Text Example

White with #875321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875321; }

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

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

background-color css

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

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

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

border-color css

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

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

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