Html Css Color HEX #714840 Bole

📋 copy color: '#714840'

red 113 ◦ green 72 ◦ blue 64

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

Shades of Bole #714840

Tints of Bole #714840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.92%

 BLUE value IS 64 (25.39% from 255) = 25.7%

R = 45.38%
G = 28.92%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#714840 (or 0x714840) is known color: Bole. HEX triplet: 71, 48 and 40. RGB value is (113,72,64). Sum of RGB (Red+Green+Blue) = 113+72+64=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #714840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714840 is #8EB7BF. Grayscale: #535353. Windows color (decimal): -9353152 or 4212849. OLE color: 4212849.

HSL color Cylindrical-coordinate representation of color #714840: hue angle of 9.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #714840 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 72 64 -
CMYK 0 0.36 0.43 0.56
HSL 9.8º 0.28% 0.35% -
HSV(B) 9.8º 0.43% 0.44% -
XYZ 10.05 8.52 5.96 -
YUV 83.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 113 72 64 0 0.36 0.43 0.56 9.8 0.28 0.35
Hex 71 48 40 0 24 2B 38 A 1C 23
Octal 161 110 100 0 44 53 70 12 34 43
Binary 1110001 1001000 1000000 0 100100 101011 111000 1010 11100 100011

Color Harmonies of #714840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714840

Black with #714840

Text Example


Text Example

White with #714840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714840; }

 p { color: rgb(113,72,64); }

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

background-color css

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

 a { background-color: rgb(113,72,64); }

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

border-color css

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

 span { border-color: rgb(113,72,64); }

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