Html Css Color HEX #866325 Hot Curry

📋 copy color: '#866325'

red 134 ◦ green 99 ◦ blue 37

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

Shades of Hot Curry #866325

Tints of Hot Curry #866325

RGB

 RED value IS 134 (52.73% from 255) = 49.63%

 GREEN value IS 99 (39.06% from 255) = 36.67%

 BLUE value IS 37 (14.84% from 255) = 13.7%

R = 49.63%
G = 36.67%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#866325 (or 0x866325) is known color: Hot Curry. HEX triplet: 86, 63 and 25. RGB value is (134,99,37). Sum of RGB (Red+Green+Blue) = 134+99+37=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #866325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866325 is #799CDA. Grayscale: #666666. Windows color (decimal): -7970011 or 2450310. OLE color: 2450310.

HSL color Cylindrical-coordinate representation of color #866325: hue angle of 38.35º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #866325 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 99 37 -
CMYK 0 0.26 0.72 0.47
HSL 38.35º 0.57% 0.34% -
HSV(B) 38.35º 0.72% 0.53% -
XYZ 14.63 14.13 3.71 -
YUV 102.4 91.1 150.54 -
System Red Green Blue C M Y K H S L
Decimal 134 99 37 0 0.26 0.72 0.47 38.35 0.57 0.34
Hex 86 63 25 0 1A 48 2F 26 39 22
Octal 206 143 45 0 32 110 57 46 71 42
Binary 10000110 1100011 100101 0 11010 1001000 101111 100110 111001 100010

Color Harmonies of #866325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866325

Black with #866325

Text Example


Text Example

White with #866325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866325; }

 p { color: rgb(134,99,37); }

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

background-color css

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

 a { background-color: rgb(134,99,37); }

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

border-color css

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

 span { border-color: rgb(134,99,37); }

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