Html Css Color HEX #714427 Semi-Sweet Chocolate

📋 copy color: '#714427'

red 113 ◦ green 68 ◦ blue 39

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

Shades of Semi-Sweet Chocolate #714427

Tints of Semi-Sweet Chocolate #714427

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.91%

 BLUE value IS 39 (15.63% from 255) = 17.73%

R = 51.36%
G = 30.91%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#714427 (or 0x714427) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 44 and 27. RGB value is (113,68,39). Sum of RGB (Red+Green+Blue) = 113+68+39=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #714427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714427 is #8EBBD8. Grayscale: #4E4E4E. Windows color (decimal): -9354201 or 2573425. OLE color: 2573425.

HSL color Cylindrical-coordinate representation of color #714427: hue angle of 23.51º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #714427 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 68 39 -
CMYK 0 0.40 0.65 0.56
HSL 23.51º 0.49% 0.3% -
HSV(B) 23.51º 0.65% 0.44% -
XYZ 9.24 7.79 2.94 -
YUV 78.15 105.91 152.86 -
System Red Green Blue C M Y K H S L
Decimal 113 68 39 0 0.40 0.65 0.56 23.51 0.49 0.3
Hex 71 44 27 0 28 41 38 18 31 1E
Octal 161 104 47 0 50 101 70 30 61 36
Binary 1110001 1000100 100111 0 101000 1000001 111000 11000 110001 11110

Color Harmonies of #714427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714427

Black with #714427

Text Example


Text Example

White with #714427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714427; }

 p { color: rgb(113,68,39); }

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

background-color css

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

 a { background-color: rgb(113,68,39); }

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

border-color css

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

 span { border-color: rgb(113,68,39); }

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