Html Css Color HEX #744825 Semi-Sweet Chocolate

📋 copy color: '#744825'

red 116 ◦ green 72 ◦ blue 37

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

Shades of Semi-Sweet Chocolate #744825

Tints of Semi-Sweet Chocolate #744825

RGB

 RED value IS 116 (45.7% from 255) = 51.56%

 GREEN value IS 72 (28.52% from 255) = 32%

 BLUE value IS 37 (14.84% from 255) = 16.44%

R = 51.56%
G = 32%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#744825 (or 0x744825) is known color: Semi-Sweet Chocolate. HEX triplet: 74, 48 and 25. RGB value is (116,72,37). Sum of RGB (Red+Green+Blue) = 116+72+37=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #744825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744825 is #8BB7DA. Grayscale: #515151. Windows color (decimal): -9156571 or 2443380. OLE color: 2443380.

HSL color Cylindrical-coordinate representation of color #744825: hue angle of 26.58º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #744825 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 72 37 -
CMYK 0 0.38 0.68 0.55
HSL 26.58º 0.52% 0.3% -
HSV(B) 26.58º 0.68% 0.45% -
XYZ 9.85 8.48 2.87 -
YUV 81.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 116 72 37 0 0.38 0.68 0.55 26.58 0.52 0.3
Hex 74 48 25 0 26 44 37 1B 34 1E
Octal 164 110 45 0 46 104 67 33 64 36
Binary 1110100 1001000 100101 0 100110 1000100 110111 11011 110100 11110

Color Harmonies of #744825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744825

Black with #744825

Text Example


Text Example

White with #744825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744825; }

 p { color: rgb(116,72,37); }

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

background-color css

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

 a { background-color: rgb(116,72,37); }

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

border-color css

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

 span { border-color: rgb(116,72,37); }

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