Html Css Color HEX #704025 Semi-Sweet Chocolate

📋 copy color: '#704025'

red 112 ◦ green 64 ◦ blue 37

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

Shades of Semi-Sweet Chocolate #704025

Tints of Semi-Sweet Chocolate #704025

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.05%

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

R = 52.58%
G = 30.05%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#704025 (or 0x704025) is known color: Semi-Sweet Chocolate. HEX triplet: 70, 40 and 25. RGB value is (112,64,37). Sum of RGB (Red+Green+Blue) = 112+64+37=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #704025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704025 is #8FBFDA. Grayscale: #4B4B4B. Windows color (decimal): -9420763 or 2441328. OLE color: 2441328.

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

Color convert

RGB 112 64 37 -
CMYK 0 0.43 0.67 0.56
HSL 21.6º 0.5% 0.29% -
HSV(B) 21.6º 0.67% 0.44% -
XYZ 8.85 7.25 2.68 -
YUV 75.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 112 64 37 0 0.43 0.67 0.56 21.6 0.5 0.29
Hex 70 40 25 0 2B 43 38 16 32 1D
Octal 160 100 45 0 53 103 70 26 62 35
Binary 1110000 1000000 100101 0 101011 1000011 111000 10110 110010 11101

Color Harmonies of #704025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704025

Black with #704025

Text Example


Text Example

White with #704025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704025; }

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

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

background-color css

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

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

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

border-color css

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

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

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