Html Css Color HEX #865B2B Hot Curry

📋 copy color: '#865B2B'

red 134 ◦ green 91 ◦ blue 43

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

Shades of Hot Curry #865B2B

Tints of Hot Curry #865B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 50%
G = 33.96%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#865B2B (or 0x865B2B) is known color: Hot Curry. HEX triplet: 86, 5B and 2B. RGB value is (134,91,43). Sum of RGB (Red+Green+Blue) = 134+91+43=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #865B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B2B is #79A4D4. Grayscale: #626262. Windows color (decimal): -7972053 or 2841478. OLE color: 2841478.

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

Color convert

RGB 134 91 43 -
CMYK 0 0.32 0.68 0.47
HSL 31.65º 0.51% 0.35% -
HSV(B) 31.65º 0.68% 0.53% -
XYZ 14.01 12.72 4 -
YUV 98.39 96.75 153.4 -
System Red Green Blue C M Y K H S L
Decimal 134 91 43 0 0.32 0.68 0.47 31.65 0.51 0.35
Hex 86 5B 2B 0 20 44 2F 20 33 23
Octal 206 133 53 0 40 104 57 40 63 43
Binary 10000110 1011011 101011 0 100000 1000100 101111 100000 110011 100011

Color Harmonies of #865B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865B2B

Black with #865B2B

Text Example


Text Example

White with #865B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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