Html Css Color HEX #865E23 Hot Curry

📋 copy color: '#865E23'

red 134 ◦ green 94 ◦ blue 35

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

Shades of Hot Curry #865E23

Tints of Hot Curry #865E23

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.74%

 BLUE value IS 35 (14.06% from 255) = 13.31%

R = 50.95%
G = 35.74%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#865E23 (or 0x865E23) is known color: Hot Curry. HEX triplet: 86, 5E and 23. RGB value is (134,94,35). Sum of RGB (Red+Green+Blue) = 134+94+35=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #865E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E23 is #79A1DC. Grayscale: #636363. Windows color (decimal): -7971293 or 2317958. OLE color: 2317958.

HSL color Cylindrical-coordinate representation of color #865E23: hue angle of 35.76º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #865E23 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 94 35 -
CMYK 0 0.30 0.74 0.47
HSL 35.76º 0.59% 0.33% -
HSV(B) 35.76º 0.74% 0.53% -
XYZ 14.14 13.2 3.39 -
YUV 99.23 91.75 152.8 -
System Red Green Blue C M Y K H S L
Decimal 134 94 35 0 0.30 0.74 0.47 35.76 0.59 0.33
Hex 86 5E 23 0 1E 4A 2F 24 3B 21
Octal 206 136 43 0 36 112 57 44 73 41
Binary 10000110 1011110 100011 0 11110 1001010 101111 100100 111011 100001

Color Harmonies of #865E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E23

Black with #865E23

Text Example


Text Example

White with #865E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,94,35); }

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

background-color css

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

 a { background-color: rgb(134,94,35); }

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

border-color css

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

 span { border-color: rgb(134,94,35); }

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