Html Css Color HEX #714626 Semi-Sweet Chocolate

📋 copy color: '#714626'

red 113 ◦ green 70 ◦ blue 38

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

Shades of Semi-Sweet Chocolate #714626

Tints of Semi-Sweet Chocolate #714626

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.67%

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

R = 51.13%
G = 31.67%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#714626 (or 0x714626) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 46 and 26. RGB value is (113,70,38). Sum of RGB (Red+Green+Blue) = 113+70+38=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #714626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714626 is #8EB9D9. Grayscale: #4F4F4F. Windows color (decimal): -9353690 or 2508401. OLE color: 2508401.

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

Color convert

RGB 113 70 38 -
CMYK 0 0.38 0.66 0.56
HSL 25.6º 0.5% 0.3% -
HSV(B) 25.6º 0.66% 0.44% -
XYZ 9.35 8.03 2.89 -
YUV 79.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 113 70 38 0 0.38 0.66 0.56 25.6 0.5 0.3
Hex 71 46 26 0 26 42 38 1A 32 1E
Octal 161 106 46 0 46 102 70 32 62 36
Binary 1110001 1000110 100110 0 100110 1000010 111000 11010 110010 11110

Color Harmonies of #714626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714626

Black with #714626

Text Example


Text Example

White with #714626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714626; }

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

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

background-color css

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

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

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

border-color css

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

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

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