Html Css Color HEX #714640 Bole

📋 copy color: '#714640'

red 113 ◦ green 70 ◦ blue 64

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

Shades of Bole #714640

Tints of Bole #714640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.34%

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

R = 45.75%
G = 28.34%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#714640 (or 0x714640) is known color: Bole. HEX triplet: 71, 46 and 40. RGB value is (113,70,64). Sum of RGB (Red+Green+Blue) = 113+70+64=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #714640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714640 is #8EB9BF. Grayscale: #525252. Windows color (decimal): -9353664 or 4212337. OLE color: 4212337.

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

Color convert

RGB 113 70 64 -
CMYK 0 0.38 0.43 0.56
HSL 7.35º 0.28% 0.35% -
HSV(B) 7.35º 0.43% 0.44% -
XYZ 9.93 8.26 5.92 -
YUV 82.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 113 70 64 0 0.38 0.43 0.56 7.35 0.28 0.35
Hex 71 46 40 0 26 2B 38 7 1C 23
Octal 161 106 100 0 46 53 70 7 34 43
Binary 1110001 1000110 1000000 0 100110 101011 111000 111 11100 100011

Color Harmonies of #714640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714640

Black with #714640

Text Example


Text Example

White with #714640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714640; }

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

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

background-color css

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

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

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

border-color css

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

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

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