Html Css Color HEX #865B1D Hot Curry

📋 copy color: '#865B1D'

red 134 ◦ green 91 ◦ blue 29

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

Shades of Hot Curry #865B1D

Tints of Hot Curry #865B1D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.83%

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

R = 52.76%
G = 35.83%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#865B1D (or 0x865B1D) is known color: Hot Curry. HEX triplet: 86, 5B and 1D. RGB value is (134,91,29). Sum of RGB (Red+Green+Blue) = 134+91+29=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #865B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B1D is #79A4E2. Grayscale: #616161. Windows color (decimal): -7972067 or 1923974. OLE color: 1923974.

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

Color convert

RGB 134 91 29 -
CMYK 0 0.32 0.78 0.47
HSL 35.43º 0.64% 0.32% -
HSV(B) 35.43º 0.78% 0.53% -
XYZ 13.79 12.64 2.87 -
YUV 96.79 89.75 154.54 -
System Red Green Blue C M Y K H S L
Decimal 134 91 29 0 0.32 0.78 0.47 35.43 0.64 0.32
Hex 86 5B 1D 0 20 4E 2F 23 40 20
Octal 206 133 35 0 40 116 57 43 100 40
Binary 10000110 1011011 11101 0 100000 1001110 101111 100011 1000000 100000

Color Harmonies of #865B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865B1D

Black with #865B1D

Text Example


Text Example

White with #865B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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