Html Css Color HEX #704125 Semi-Sweet Chocolate

📋 copy color: '#704125'

red 112 ◦ green 65 ◦ blue 37

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

Shades of Semi-Sweet Chocolate #704125

Tints of Semi-Sweet Chocolate #704125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.37%

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

R = 52.34%
G = 30.37%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#704125 (or 0x704125) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 41 and 25. RGB value is (112,65,37). Sum of RGB (Red+Green+Blue) = 112+65+37=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #704125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704125 is #8FBEDA. Grayscale: #4C4C4C. Windows color (decimal): -9420507 or 2441584. OLE color: 2441584.

HSL color Cylindrical-coordinate representation of color #704125: hue angle of 22.4º 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 #704125 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 65 37 -
CMYK 0 0.42 0.67 0.56
HSL 22.4º 0.5% 0.29% -
HSV(B) 22.4º 0.67% 0.44% -
XYZ 8.91 7.36 2.7 -
YUV 75.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 112 65 37 0 0.42 0.67 0.56 22.4 0.5 0.29
Hex 70 41 25 0 2A 43 38 16 32 1D
Octal 160 101 45 0 52 103 70 26 62 35
Binary 1110000 1000001 100101 0 101010 1000011 111000 10110 110010 11101

Color Harmonies of #704125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704125

Black with #704125

Text Example


Text Example

White with #704125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704125; }

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

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

background-color css

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

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

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

border-color css

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

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

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