Html Css Color HEX #865423 Hot Curry

📋 copy color: '#865423'

red 134 ◦ green 84 ◦ blue 35

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

Shades of Hot Curry #865423

Tints of Hot Curry #865423

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

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

R = 52.96%
G = 33.2%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#865423 (or 0x865423) is known color: Hot Curry. HEX triplet: 86, 54 and 23. RGB value is (134,84,35). Sum of RGB (Red+Green+Blue) = 134+84+35=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #865423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865423 is #79ABDC. Grayscale: #5D5D5D. Windows color (decimal): -7973853 or 2315398. OLE color: 2315398.

HSL color Cylindrical-coordinate representation of color #865423: hue angle of 29.7º 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 #865423 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 84 35 -
CMYK 0 0.37 0.74 0.47
HSL 29.7º 0.59% 0.33% -
HSV(B) 29.7º 0.74% 0.53% -
XYZ 13.31 11.53 3.11 -
YUV 93.36 95.07 156.98 -
System Red Green Blue C M Y K H S L
Decimal 134 84 35 0 0.37 0.74 0.47 29.7 0.59 0.33
Hex 86 54 23 0 25 4A 2F 1E 3B 21
Octal 206 124 43 0 45 112 57 36 73 41
Binary 10000110 1010100 100011 0 100101 1001010 101111 11110 111011 100001

Color Harmonies of #865423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865423

Black with #865423

Text Example


Text Example

White with #865423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865423; }

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

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

background-color css

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

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

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

border-color css

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

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

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