Html Css Color HEX #714842 Bole

📋 copy color: '#714842'

red 113 ◦ green 72 ◦ blue 66

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

Shades of Bole #714842

Tints of Bole #714842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.69%

 BLUE value IS 66 (26.17% from 255) = 26.29%

R = 45.02%
G = 28.69%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#714842 (or 0x714842) is known color: Bole. HEX triplet: 71, 48 and 42. RGB value is (113,72,66). Sum of RGB (Red+Green+Blue) = 113+72+66=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #714842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714842 is #8EB7BD. Grayscale: #535353. Windows color (decimal): -9353150 or 4343921. OLE color: 4343921.

HSL color Cylindrical-coordinate representation of color #714842: hue angle of 7.66º degrees, saturation: 0.26, 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 #714842 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 72 66 -
CMYK 0 0.36 0.42 0.56
HSL 7.66º 0.26% 0.35% -
HSV(B) 7.66º 0.42% 0.44% -
XYZ 10.11 8.54 6.27 -
YUV 83.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 113 72 66 0 0.36 0.42 0.56 7.66 0.26 0.35
Hex 71 48 42 0 24 2A 38 8 1A 23
Octal 161 110 102 0 44 52 70 10 32 43
Binary 1110001 1001000 1000010 0 100100 101010 111000 1000 11010 100011

Color Harmonies of #714842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714842

Black with #714842

Text Example


Text Example

White with #714842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714842; }

 p { color: rgb(113,72,66); }

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

background-color css

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

 a { background-color: rgb(113,72,66); }

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

border-color css

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

 span { border-color: rgb(113,72,66); }

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