Html Css Color HEX #865426 Hot Curry

📋 copy color: '#865426'

red 134 ◦ green 84 ◦ blue 38

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

Shades of Hot Curry #865426

Tints of Hot Curry #865426

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.81%

 BLUE value IS 38 (15.23% from 255) = 14.84%

R = 52.34%
G = 32.81%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#865426 (or 0x865426) is known color: Hot Curry. HEX triplet: 86, 54 and 26. RGB value is (134,84,38). Sum of RGB (Red+Green+Blue) = 134+84+38=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #865426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865426 is #79ABD9. Grayscale: #5D5D5D. Windows color (decimal): -7973850 or 2512006. OLE color: 2512006.

HSL color Cylindrical-coordinate representation of color #865426: hue angle of 28.75º degrees, saturation: 0.56, 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 #865426 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 84 38 -
CMYK 0 0.37 0.72 0.47
HSL 28.75º 0.56% 0.34% -
HSV(B) 28.75º 0.72% 0.53% -
XYZ 13.35 11.55 3.36 -
YUV 93.71 96.57 156.74 -
System Red Green Blue C M Y K H S L
Decimal 134 84 38 0 0.37 0.72 0.47 28.75 0.56 0.34
Hex 86 54 26 0 25 48 2F 1D 38 22
Octal 206 124 46 0 45 110 57 35 70 42
Binary 10000110 1010100 100110 0 100101 1001000 101111 11101 111000 100010

Color Harmonies of #865426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865426

Black with #865426

Text Example


Text Example

White with #865426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865426; }

 p { color: rgb(134,84,38); }

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

background-color css

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

 a { background-color: rgb(134,84,38); }

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

border-color css

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

 span { border-color: rgb(134,84,38); }

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