Html Css Color HEX #714321 Semi-Sweet Chocolate

📋 copy color: '#714321'

red 113 ◦ green 67 ◦ blue 33

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

Shades of Semi-Sweet Chocolate #714321

Tints of Semi-Sweet Chocolate #714321

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.46%

 BLUE value IS 33 (13.28% from 255) = 15.49%

R = 53.05%
G = 31.46%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#714321 (or 0x714321) is known color: Semi-Sweet Chocolate. HEX triplet: 71, 43 and 21. RGB value is (113,67,33). Sum of RGB (Red+Green+Blue) = 113+67+33=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #714321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714321 is #8EBCDE. Grayscale: #4D4D4D. Windows color (decimal): -9354463 or 2179953. OLE color: 2179953.

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

Color convert

RGB 113 67 33 -
CMYK 0 0.41 0.71 0.56
HSL 25.5º 0.55% 0.29% -
HSV(B) 25.5º 0.71% 0.44% -
XYZ 9.09 7.63 2.43 -
YUV 76.88 103.24 153.76 -
System Red Green Blue C M Y K H S L
Decimal 113 67 33 0 0.41 0.71 0.56 25.5 0.55 0.29
Hex 71 43 21 0 29 47 38 1A 37 1D
Octal 161 103 41 0 51 107 70 32 67 35
Binary 1110001 1000011 100001 0 101001 1000111 111000 11010 110111 11101

Color Harmonies of #714321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714321

Black with #714321

Text Example


Text Example

White with #714321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714321; }

 p { color: rgb(113,67,33); }

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

background-color css

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

 a { background-color: rgb(113,67,33); }

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

border-color css

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

 span { border-color: rgb(113,67,33); }

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