Html Css Color HEX #714126 Semi-Sweet Chocolate

📋 copy color: '#714126'

red 113 ◦ green 65 ◦ blue 38

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

Shades of Semi-Sweet Chocolate #714126

Tints of Semi-Sweet Chocolate #714126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.59%

R = 52.31%
G = 30.09%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#714126 (or 0x714126) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 41 and 26. RGB value is (113,65,38). Sum of RGB (Red+Green+Blue) = 113+65+38=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #714126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714126 is #8EBED9. Grayscale: #4C4C4C. Windows color (decimal): -9354970 or 2507121. OLE color: 2507121.

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

Color convert

RGB 113 65 38 -
CMYK 0 0.42 0.66 0.56
HSL 21.6º 0.5% 0.3% -
HSV(B) 21.6º 0.66% 0.44% -
XYZ 9.05 7.43 2.79 -
YUV 76.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 113 65 38 0 0.42 0.66 0.56 21.6 0.5 0.3
Hex 71 41 26 0 2A 42 38 16 32 1E
Octal 161 101 46 0 52 102 70 26 62 36
Binary 1110001 1000001 100110 0 101010 1000010 111000 10110 110010 11110

Color Harmonies of #714126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714126

Black with #714126

Text Example


Text Example

White with #714126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714126; }

 p { color: rgb(113,65,38); }

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

background-color css

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

 a { background-color: rgb(113,65,38); }

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

border-color css

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

 span { border-color: rgb(113,65,38); }

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