Html Css Color HEX #704525 Semi-Sweet Chocolate

📋 copy color: '#704525'

red 112 ◦ green 69 ◦ blue 37

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

Shades of Semi-Sweet Chocolate #704525

Tints of Semi-Sweet Chocolate #704525

RGB

 RED value IS 112 (44.14% from 255) = 51.38%

 GREEN value IS 69 (27.34% from 255) = 31.65%

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

R = 51.38%
G = 31.65%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#704525 (or 0x704525) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 45 and 25. RGB value is (112,69,37). Sum of RGB (Red+Green+Blue) = 112+69+37=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #704525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704525 is #8FBADA. Grayscale: #4E4E4E. Windows color (decimal): -9419483 or 2442608. OLE color: 2442608.

HSL color Cylindrical-coordinate representation of color #704525: hue angle of 25.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #704525 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 69 37 -
CMYK 0 0.38 0.67 0.56
HSL 25.6º 0.5% 0.29% -
HSV(B) 25.6º 0.67% 0.44% -
XYZ 9.14 7.83 2.78 -
YUV 78.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 112 69 37 0 0.38 0.67 0.56 25.6 0.5 0.29
Hex 70 45 25 0 26 43 38 1A 32 1D
Octal 160 105 45 0 46 103 70 32 62 35
Binary 1110000 1000101 100101 0 100110 1000011 111000 11010 110010 11101

Color Harmonies of #704525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704525

Black with #704525

Text Example


Text Example

White with #704525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704525; }

 p { color: rgb(112,69,37); }

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

background-color css

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

 a { background-color: rgb(112,69,37); }

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

border-color css

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

 span { border-color: rgb(112,69,37); }

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