Html Css Color HEX #714422 Semi-Sweet Chocolate

📋 copy color: '#714422'

red 113 ◦ green 68 ◦ blue 34

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

Shades of Semi-Sweet Chocolate #714422

Tints of Semi-Sweet Chocolate #714422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.81%

R = 52.56%
G = 31.63%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#714422 (or 0x714422) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 44 and 22. RGB value is (113,68,34). Sum of RGB (Red+Green+Blue) = 113+68+34=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #714422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714422 is #8EBBDD. Grayscale: #4D4D4D. Windows color (decimal): -9354206 or 2245745. OLE color: 2245745.

HSL color Cylindrical-coordinate representation of color #714422: hue angle of 25.82º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #714422 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 68 34 -
CMYK 0 0.40 0.70 0.56
HSL 25.82º 0.54% 0.29% -
HSV(B) 25.82º 0.7% 0.44% -
XYZ 9.17 7.76 2.53 -
YUV 77.58 103.41 153.26 -
System Red Green Blue C M Y K H S L
Decimal 113 68 34 0 0.40 0.70 0.56 25.82 0.54 0.29
Hex 71 44 22 0 28 46 38 1A 36 1D
Octal 161 104 42 0 50 106 70 32 66 35
Binary 1110001 1000100 100010 0 101000 1000110 111000 11010 110110 11101

Color Harmonies of #714422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714422

Black with #714422

Text Example


Text Example

White with #714422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714422; }

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

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

background-color css

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

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

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

border-color css

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

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

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