Html Css Color HEX #875F22 Hot Curry

📋 copy color: '#875F22'

red 135 ◦ green 95 ◦ blue 34

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

Shades of Hot Curry #875F22

Tints of Hot Curry #875F22

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.98%

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

R = 51.14%
G = 35.98%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#875F22 (or 0x875F22) is known color: Hot Curry. HEX triplet: 87, 5F and 22. RGB value is (135,95,34). Sum of RGB (Red+Green+Blue) = 135+95+34=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #875F22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F22 is #78A0DD. Grayscale: #646464. Windows color (decimal): -7905502 or 2252679. OLE color: 2252679.

HSL color Cylindrical-coordinate representation of color #875F22: hue angle of 36.24º 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 #875F22 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 95 34 -
CMYK 0 0.30 0.75 0.47
HSL 36.24º 0.6% 0.33% -
HSV(B) 36.24º 0.75% 0.53% -
XYZ 14.37 13.45 3.35 -
YUV 100.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 135 95 34 0 0.30 0.75 0.47 36.24 0.6 0.33
Hex 87 5F 22 0 1E 4B 2F 24 3C 21
Octal 207 137 42 0 36 113 57 44 74 41
Binary 10000111 1011111 100010 0 11110 1001011 101111 100100 111100 100001

Color Harmonies of #875F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875F22

Black with #875F22

Text Example


Text Example

White with #875F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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