Html Css Color HEX #875322 Hot Curry

📋 copy color: '#875322'

red 135 ◦ green 83 ◦ blue 34

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

Shades of Hot Curry #875322

Tints of Hot Curry #875322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.49%

R = 53.57%
G = 32.94%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#875322 (or 0x875322) is known color: Hot Curry. HEX triplet: 87, 53 and 22. RGB value is (135,83,34). Sum of RGB (Red+Green+Blue) = 135+83+34=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #875322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875322 is #78ACDD. Grayscale: #5D5D5D. Windows color (decimal): -7908574 or 2249607. OLE color: 2249607.

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

Color convert

RGB 135 83 34 -
CMYK 0 0.39 0.75 0.47
HSL 29.11º 0.6% 0.33% -
HSV(B) 29.11º 0.75% 0.53% -
XYZ 13.37 11.45 3.02 -
YUV 92.96 94.73 157.98 -
System Red Green Blue C M Y K H S L
Decimal 135 83 34 0 0.39 0.75 0.47 29.11 0.6 0.33
Hex 87 53 22 0 27 4B 2F 1D 3C 21
Octal 207 123 42 0 47 113 57 35 74 41
Binary 10000111 1010011 100010 0 100111 1001011 101111 11101 111100 100001

Color Harmonies of #875322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875322

Black with #875322

Text Example


Text Example

White with #875322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875322; }

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

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

background-color css

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

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

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

border-color css

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

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

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