Html Css Color HEX #856023 Hot Curry

📋 copy color: '#856023'

red 133 ◦ green 96 ◦ blue 35

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

Shades of Hot Curry #856023

Tints of Hot Curry #856023

RGB

 RED value IS 133 (52.34% from 255) = 50.38%

 GREEN value IS 96 (37.89% from 255) = 36.36%

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

R = 50.38%
G = 36.36%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#856023 (or 0x856023) is known color: Hot Curry. HEX triplet: 85, 60 and 23. RGB value is (133,96,35). Sum of RGB (Red+Green+Blue) = 133+96+35=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #856023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856023 is #7A9FDC. Grayscale: #646464. Windows color (decimal): -8036317 or 2318469. OLE color: 2318469.

HSL color Cylindrical-coordinate representation of color #856023: hue angle of 37.35º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #856023 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 35 -
CMYK 0 0.28 0.74 0.48
HSL 37.35º 0.58% 0.33% -
HSV(B) 37.35º 0.74% 0.52% -
XYZ 14.16 13.47 3.44 -
YUV 100.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 133 96 35 0 0.28 0.74 0.48 37.35 0.58 0.33
Hex 85 60 23 0 1C 4A 30 25 3A 21
Octal 205 140 43 0 34 112 60 45 72 41
Binary 10000101 1100000 100011 0 11100 1001010 110000 100101 111010 100001

Color Harmonies of #856023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856023

Black with #856023

Text Example


Text Example

White with #856023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856023; }

 p { color: rgb(133,96,35); }

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

background-color css

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

 a { background-color: rgb(133,96,35); }

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

border-color css

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

 span { border-color: rgb(133,96,35); }

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