Html Css Color HEX #714641 Bole

📋 copy color: '#714641'

red 113 ◦ green 70 ◦ blue 65

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

Shades of Bole #714641

Tints of Bole #714641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.21%

R = 45.56%
G = 28.23%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#714641 (or 0x714641) is known color: Bole. HEX triplet: 71, 46 and 41. RGB value is (113,70,65). Sum of RGB (Red+Green+Blue) = 113+70+65=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #714641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714641 is #8EB9BE. Grayscale: #525252. Windows color (decimal): -9353663 or 4277873. OLE color: 4277873.

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

Color convert

RGB 113 70 65 -
CMYK 0 0.38 0.42 0.56
HSL 6.25º 0.27% 0.35% -
HSV(B) 6.25º 0.42% 0.44% -
XYZ 9.95 8.27 6.07 -
YUV 82.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 113 70 65 0 0.38 0.42 0.56 6.25 0.27 0.35
Hex 71 46 41 0 26 2A 38 6 1B 23
Octal 161 106 101 0 46 52 70 6 33 43
Binary 1110001 1000110 1000001 0 100110 101010 111000 110 11011 100011

Color Harmonies of #714641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714641

Black with #714641

Text Example


Text Example

White with #714641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714641; }

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

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

background-color css

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

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

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

border-color css

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

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

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