Html Css Color HEX #865E2A Hot Curry

📋 copy color: '#865E2A'

red 134 ◦ green 94 ◦ blue 42

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

Shades of Hot Curry #865E2A

Tints of Hot Curry #865E2A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.81%

 BLUE value IS 42 (16.8% from 255) = 15.56%

R = 49.63%
G = 34.81%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#865E2A (or 0x865E2A) is known color: Hot Curry. HEX triplet: 86, 5E and 2A. RGB value is (134,94,42). Sum of RGB (Red+Green+Blue) = 134+94+42=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #865E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E2A is #79A1D5. Grayscale: #646464. Windows color (decimal): -7971286 or 2776710. OLE color: 2776710.

HSL color Cylindrical-coordinate representation of color #865E2A: hue angle of 33.91º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #865E2A is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 94 42 -
CMYK 0 0.30 0.69 0.47
HSL 33.91º 0.52% 0.35% -
HSV(B) 33.91º 0.69% 0.53% -
XYZ 14.25 13.24 4 -
YUV 100.03 95.25 152.23 -
System Red Green Blue C M Y K H S L
Decimal 134 94 42 0 0.30 0.69 0.47 33.91 0.52 0.35
Hex 86 5E 2A 0 1E 45 2F 22 34 23
Octal 206 136 52 0 36 105 57 42 64 43
Binary 10000110 1011110 101010 0 11110 1000101 101111 100010 110100 100011

Color Harmonies of #865E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E2A

Black with #865E2A

Text Example


Text Example

White with #865E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865E2A; }

 p { color: rgb(134,94,42); }

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

background-color css

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

 a { background-color: rgb(134,94,42); }

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

border-color css

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

 span { border-color: rgb(134,94,42); }

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