Html Css Color HEX #865D1E Hot Curry

📋 copy color: '#865D1E'

red 134 ◦ green 93 ◦ blue 30

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

Shades of Hot Curry #865D1E

Tints of Hot Curry #865D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 52.14%
G = 36.19%
B = 11.67%

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

#865D1E (or 0x865D1E) is known color: Hot Curry. HEX triplet: 86, 5D and 1E. RGB value is (134,93,30). Sum of RGB (Red+Green+Blue) = 134+93+30=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #865D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D1E is #79A2E1. Grayscale: #626262. Windows color (decimal): -7971554 or 1990022. OLE color: 1990022.

HSL color Cylindrical-coordinate representation of color #865D1E: hue angle of 36.35º degrees, saturation: 0.63, 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 #865D1E is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 93 30 -
CMYK 0 0.31 0.78 0.47
HSL 36.35º 0.63% 0.32% -
HSV(B) 36.35º 0.78% 0.53% -
XYZ 13.98 12.99 3 -
YUV 98.08 89.58 153.62 -
System Red Green Blue C M Y K H S L
Decimal 134 93 30 0 0.31 0.78 0.47 36.35 0.63 0.32
Hex 86 5D 1E 0 1F 4E 2F 24 3F 20
Octal 206 135 36 0 37 116 57 44 77 40
Binary 10000110 1011101 11110 0 11111 1001110 101111 100100 111111 100000

Color Harmonies of #865D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865D1E

Black with #865D1E

Text Example


Text Example

White with #865D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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