Html Css Color HEX #865F2A Hot Curry

📋 copy color: '#865F2A'

red 134 ◦ green 95 ◦ blue 42

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

Shades of Hot Curry #865F2A

Tints of Hot Curry #865F2A

RGB

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

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

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

R = 49.45%
G = 35.06%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#865F2A (or 0x865F2A) is known color: Hot Curry. HEX triplet: 86, 5F and 2A. RGB value is (134,95,42). Sum of RGB (Red+Green+Blue) = 134+95+42=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #865F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865F2A is #79A0D5. Grayscale: #646464. Windows color (decimal): -7971030 or 2776966. OLE color: 2776966.

HSL color Cylindrical-coordinate representation of color #865F2A: hue angle of 34.57º 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 #865F2A is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 95 42 -
CMYK 0 0.29 0.69 0.47
HSL 34.57º 0.52% 0.35% -
HSV(B) 34.57º 0.69% 0.53% -
XYZ 14.34 13.42 4.02 -
YUV 100.62 94.92 151.81 -
System Red Green Blue C M Y K H S L
Decimal 134 95 42 0 0.29 0.69 0.47 34.57 0.52 0.35
Hex 86 5F 2A 0 1D 45 2F 23 34 23
Octal 206 137 52 0 35 105 57 43 64 43
Binary 10000110 1011111 101010 0 11101 1000101 101111 100011 110100 100011

Color Harmonies of #865F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865F2A

Black with #865F2A

Text Example


Text Example

White with #865F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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