Html Css Color HEX #714124 Semi-Sweet Chocolate

📋 copy color: '#714124'

red 113 ◦ green 65 ◦ blue 36

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

Shades of Semi-Sweet Chocolate #714124

Tints of Semi-Sweet Chocolate #714124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.82%

R = 52.8%
G = 30.37%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#714124 (or 0x714124) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 41 and 24. RGB value is (113,65,36). Sum of RGB (Red+Green+Blue) = 113+65+36=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #714124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714124 is #8EBEDB. Grayscale: #4C4C4C. Windows color (decimal): -9354972 or 2376049. OLE color: 2376049.

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

Color convert

RGB 113 65 36 -
CMYK 0 0.42 0.68 0.56
HSL 22.6º 0.52% 0.29% -
HSV(B) 22.6º 0.68% 0.44% -
XYZ 9.02 7.42 2.63 -
YUV 76.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 113 65 36 0 0.42 0.68 0.56 22.6 0.52 0.29
Hex 71 41 24 0 2A 44 38 17 34 1D
Octal 161 101 44 0 52 104 70 27 64 35
Binary 1110001 1000001 100100 0 101010 1000100 111000 10111 110100 11101

Color Harmonies of #714124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714124

Black with #714124

Text Example


Text Example

White with #714124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714124; }

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

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

background-color css

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

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

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

border-color css

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

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

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