Html Css Color HEX #714643 Bole

📋 copy color: '#714643'

red 113 ◦ green 70 ◦ blue 67

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

Shades of Bole #714643

Tints of Bole #714643

RGB

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

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

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

R = 45.2%
G = 28%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#714643 (or 0x714643) is known color: Bole. HEX triplet: 71, 46 and 43. RGB value is (113,70,67). Sum of RGB (Red+Green+Blue) = 113+70+67=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #714643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714643 is #8EB9BC. Grayscale: #525252. Windows color (decimal): -9353661 or 4408945. OLE color: 4408945.

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

Color convert

RGB 113 70 67 -
CMYK 0 0.38 0.41 0.56
HSL 3.91º 0.26% 0.35% -
HSV(B) 3.91º 0.41% 0.44% -
XYZ 10.01 8.3 6.38 -
YUV 82.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 113 70 67 0 0.38 0.41 0.56 3.91 0.26 0.35
Hex 71 46 43 0 26 29 38 4 1A 23
Octal 161 106 103 0 46 51 70 4 32 43
Binary 1110001 1000110 1000011 0 100110 101001 111000 100 11010 100011

Color Harmonies of #714643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714643

Black with #714643

Text Example


Text Example

White with #714643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714643; }

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

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

background-color css

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

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

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

border-color css

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

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

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