Html Css Color HEX #714224 Semi-Sweet Chocolate

📋 copy color: '#714224'

red 113 ◦ green 66 ◦ blue 36

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

Shades of Semi-Sweet Chocolate #714224

Tints of Semi-Sweet Chocolate #714224

RGB

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

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

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

R = 52.56%
G = 30.7%
B = 16.74%

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

#714224 (or 0x714224) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 42 and 24. RGB value is (113,66,36). Sum of RGB (Red+Green+Blue) = 113+66+36=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #714224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714224 is #8EBDDB. Grayscale: #4C4C4C. Windows color (decimal): -9354716 or 2376305. OLE color: 2376305.

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

Color convert

RGB 113 66 36 -
CMYK 0 0.42 0.68 0.56
HSL 23.38º 0.52% 0.29% -
HSV(B) 23.38º 0.68% 0.44% -
XYZ 9.08 7.53 2.64 -
YUV 76.63 105.07 153.94 -
System Red Green Blue C M Y K H S L
Decimal 113 66 36 0 0.42 0.68 0.56 23.38 0.52 0.29
Hex 71 42 24 0 2A 44 38 17 34 1D
Octal 161 102 44 0 52 104 70 27 64 35
Binary 1110001 1000010 100100 0 101010 1000100 111000 10111 110100 11101

Color Harmonies of #714224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714224

Black with #714224

Text Example


Text Example

White with #714224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714224; }

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

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

background-color css

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

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

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

border-color css

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

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

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