Html Css Color HEX #865D1F Hot Curry

📋 copy color: '#865D1F'

red 134 ◦ green 93 ◦ blue 31

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

Shades of Hot Curry #865D1F

Tints of Hot Curry #865D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.02%

R = 51.94%
G = 36.05%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#865D1F (or 0x865D1F) is known color: Hot Curry. HEX triplet: 86, 5D and 1F. RGB value is (134,93,31). Sum of RGB (Red+Green+Blue) = 134+93+31=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #865D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D1F is #79A2E0. Grayscale: #626262. Windows color (decimal): -7971553 or 2055558. OLE color: 2055558.

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

Color convert

RGB 134 93 31 -
CMYK 0 0.31 0.77 0.47
HSL 36.12º 0.62% 0.32% -
HSV(B) 36.12º 0.77% 0.53% -
XYZ 13.99 13 3.07 -
YUV 98.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 134 93 31 0 0.31 0.77 0.47 36.12 0.62 0.32
Hex 86 5D 1F 0 1F 4D 2F 24 3E 20
Octal 206 135 37 0 37 115 57 44 76 40
Binary 10000110 1011101 11111 0 11111 1001101 101111 100100 111110 100000

Color Harmonies of #865D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865D1F

Black with #865D1F

Text Example


Text Example

White with #865D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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