Html Css Color HEX #865D1D Hot Curry

📋 copy color: '#865D1D'

red 134 ◦ green 93 ◦ blue 29

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

Shades of Hot Curry #865D1D

Tints of Hot Curry #865D1D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.33%

 BLUE value IS 29 (11.72% from 255) = 11.33%

R = 52.34%
G = 36.33%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#865D1D (or 0x865D1D) is known color: Hot Curry. HEX triplet: 86, 5D and 1D. RGB value is (134,93,29). Sum of RGB (Red+Green+Blue) = 134+93+29=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #865D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D1D is #79A2E2. Grayscale: #626262. Windows color (decimal): -7971555 or 1924486. OLE color: 1924486.

HSL color Cylindrical-coordinate representation of color #865D1D: hue angle of 36.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #865D1D is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 93 29 -
CMYK 0 0.31 0.78 0.47
HSL 36.57º 0.64% 0.32% -
HSV(B) 36.57º 0.78% 0.53% -
XYZ 13.97 12.99 2.93 -
YUV 97.96 89.08 153.7 -
System Red Green Blue C M Y K H S L
Decimal 134 93 29 0 0.31 0.78 0.47 36.57 0.64 0.32
Hex 86 5D 1D 0 1F 4E 2F 25 40 20
Octal 206 135 35 0 37 116 57 45 100 40
Binary 10000110 1011101 11101 0 11111 1001110 101111 100101 1000000 100000

Color Harmonies of #865D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865D1D

Black with #865D1D

Text Example


Text Example

White with #865D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,93,29); }

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

background-color css

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

 a { background-color: rgb(134,93,29); }

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

border-color css

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

 span { border-color: rgb(134,93,29); }

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