Html Css Color HEX #865818 Hot Curry

📋 copy color: '#865818'

red 134 ◦ green 88 ◦ blue 24

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

Shades of Hot Curry #865818

Tints of Hot Curry #865818

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.77%

 BLUE value IS 24 (9.77% from 255) = 9.76%

R = 54.47%
G = 35.77%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#865818 (or 0x865818) is known color: Hot Curry. HEX triplet: 86, 58 and 18. RGB value is (134,88,24). Sum of RGB (Red+Green+Blue) = 134+88+24=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #865818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865818 is #79A7E7. Grayscale: #5E5E5E. Windows color (decimal): -7972840 or 1595526. OLE color: 1595526.

HSL color Cylindrical-coordinate representation of color #865818: hue angle of 34.91º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #865818 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 88 24 -
CMYK 0 0.34 0.82 0.47
HSL 34.91º 0.7% 0.31% -
HSV(B) 34.91º 0.82% 0.53% -
XYZ 13.49 12.11 2.49 -
YUV 94.46 88.24 156.2 -
System Red Green Blue C M Y K H S L
Decimal 134 88 24 0 0.34 0.82 0.47 34.91 0.7 0.31
Hex 86 58 18 0 22 52 2F 23 46 1F
Octal 206 130 30 0 42 122 57 43 106 37
Binary 10000110 1011000 11000 0 100010 1010010 101111 100011 1000110 11111

Color Harmonies of #865818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865818

Black with #865818

Text Example


Text Example

White with #865818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865818; }

 p { color: rgb(134,88,24); }

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

background-color css

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

 a { background-color: rgb(134,88,24); }

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

border-color css

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

 span { border-color: rgb(134,88,24); }

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