Html Css Color HEX #714743 Bole

📋 copy color: '#714743'

red 113 ◦ green 71 ◦ blue 67

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

Shades of Bole #714743

Tints of Bole #714743

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.29%

 BLUE value IS 67 (26.56% from 255) = 26.69%

R = 45.02%
G = 28.29%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#714743 (or 0x714743) is known color: Bole. HEX triplet: 71, 47 and 43. RGB value is (113,71,67). Sum of RGB (Red+Green+Blue) = 113+71+67=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #714743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714743 is #8EB8BC. Grayscale: #535353. Windows color (decimal): -9353405 or 4409201. OLE color: 4409201.

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

Color convert

RGB 113 71 67 -
CMYK 0 0.37 0.41 0.56
HSL 5.22º 0.26% 0.35% -
HSV(B) 5.22º 0.41% 0.44% -
XYZ 10.08 8.42 6.4 -
YUV 83.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 113 71 67 0 0.37 0.41 0.56 5.22 0.26 0.35
Hex 71 47 43 0 25 29 38 5 1A 23
Octal 161 107 103 0 45 51 70 5 32 43
Binary 1110001 1000111 1000011 0 100101 101001 111000 101 11010 100011

Color Harmonies of #714743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714743

Black with #714743

Text Example


Text Example

White with #714743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714743; }

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

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

background-color css

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

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

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

border-color css

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

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

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