Html Css Color HEX #714725 Semi-Sweet Chocolate

📋 copy color: '#714725'

red 113 ◦ green 71 ◦ blue 37

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

Shades of Semi-Sweet Chocolate #714725

Tints of Semi-Sweet Chocolate #714725

RGB

 RED value IS 113 (44.53% from 255) = 51.13%

 GREEN value IS 71 (28.13% from 255) = 32.13%

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

R = 51.13%
G = 32.13%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#714725 (or 0x714725) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 47 and 25. RGB value is (113,71,37). Sum of RGB (Red+Green+Blue) = 113+71+37=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #714725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714725 is #8EB8DA. Grayscale: #4F4F4F. Windows color (decimal): -9353435 or 2443121. OLE color: 2443121.

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

Color convert

RGB 113 71 37 -
CMYK 0 0.37 0.67 0.56
HSL 26.84º 0.51% 0.29% -
HSV(B) 26.84º 0.67% 0.44% -
XYZ 9.4 8.15 2.83 -
YUV 79.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 113 71 37 0 0.37 0.67 0.56 26.84 0.51 0.29
Hex 71 47 25 0 25 43 38 1B 33 1D
Octal 161 107 45 0 45 103 70 33 63 35
Binary 1110001 1000111 100101 0 100101 1000011 111000 11011 110011 11101

Color Harmonies of #714725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714725

Black with #714725

Text Example


Text Example

White with #714725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714725; }

 p { color: rgb(113,71,37); }

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

background-color css

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

 a { background-color: rgb(113,71,37); }

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

border-color css

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

 span { border-color: rgb(113,71,37); }

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