Html Css Color HEX #714540 Bole

📋 copy color: '#714540'

red 113 ◦ green 69 ◦ blue 64

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

Shades of Bole #714540

Tints of Bole #714540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.05%

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

R = 45.93%
G = 28.05%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#714540 (or 0x714540) is known color: Bole. HEX triplet: 71, 45 and 40. RGB value is (113,69,64). Sum of RGB (Red+Green+Blue) = 113+69+64=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #714540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714540 is #8EBABF. Grayscale: #515151. Windows color (decimal): -9353920 or 4212081. OLE color: 4212081.

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

Color convert

RGB 113 69 64 -
CMYK 0 0.39 0.43 0.56
HSL 6.12º 0.28% 0.35% -
HSV(B) 6.12º 0.43% 0.44% -
XYZ 9.86 8.14 5.9 -
YUV 81.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 113 69 64 0 0.39 0.43 0.56 6.12 0.28 0.35
Hex 71 45 40 0 27 2B 38 6 1C 23
Octal 161 105 100 0 47 53 70 6 34 43
Binary 1110001 1000101 1000000 0 100111 101011 111000 110 11100 100011

Color Harmonies of #714540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714540

Black with #714540

Text Example


Text Example

White with #714540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714540; }

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

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

background-color css

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

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

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

border-color css

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

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

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