Html Css Color HEX #714526 Semi-Sweet Chocolate

📋 copy color: '#714526'

red 113 ◦ green 69 ◦ blue 38

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

Shades of Semi-Sweet Chocolate #714526

Tints of Semi-Sweet Chocolate #714526

RGB

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

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

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

R = 51.36%
G = 31.36%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#714526 (or 0x714526) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 45 and 26. RGB value is (113,69,38). Sum of RGB (Red+Green+Blue) = 113+69+38=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #714526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714526 is #8EBAD9. Grayscale: #4E4E4E. Windows color (decimal): -9353946 or 2508145. OLE color: 2508145.

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

Color convert

RGB 113 69 38 -
CMYK 0 0.39 0.66 0.56
HSL 24.8º 0.5% 0.3% -
HSV(B) 24.8º 0.66% 0.44% -
XYZ 9.29 7.91 2.87 -
YUV 78.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 113 69 38 0 0.39 0.66 0.56 24.8 0.5 0.3
Hex 71 45 26 0 27 42 38 19 32 1E
Octal 161 105 46 0 47 102 70 31 62 36
Binary 1110001 1000101 100110 0 100111 1000010 111000 11001 110010 11110

Color Harmonies of #714526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714526

Black with #714526

Text Example


Text Example

White with #714526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714526; }

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

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

background-color css

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

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

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

border-color css

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

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

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