Html Css Color HEX #714226 Semi-Sweet Chocolate

📋 copy color: '#714226'

red 113 ◦ green 66 ◦ blue 38

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

Shades of Semi-Sweet Chocolate #714226

Tints of Semi-Sweet Chocolate #714226

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.41%

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

R = 52.07%
G = 30.41%
B = 17.51%

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

#714226 (or 0x714226) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 42 and 26. RGB value is (113,66,38). Sum of RGB (Red+Green+Blue) = 113+66+38=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #714226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714226 is #8EBDD9. Grayscale: #4D4D4D. Windows color (decimal): -9354714 or 2507377. OLE color: 2507377.

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

Color convert

RGB 113 66 38 -
CMYK 0 0.42 0.66 0.56
HSL 22.4º 0.5% 0.3% -
HSV(B) 22.4º 0.66% 0.44% -
XYZ 9.11 7.55 2.81 -
YUV 76.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 113 66 38 0 0.42 0.66 0.56 22.4 0.5 0.3
Hex 71 42 26 0 2A 42 38 16 32 1E
Octal 161 102 46 0 52 102 70 26 62 36
Binary 1110001 1000010 100110 0 101010 1000010 111000 10110 110010 11110

Color Harmonies of #714226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714226

Black with #714226

Text Example


Text Example

White with #714226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714226; }

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

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

background-color css

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

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

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

border-color css

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

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

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