Html Css Color HEX #714841 Bole

📋 copy color: '#714841'

red 113 ◦ green 72 ◦ blue 65

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

Shades of Bole #714841

Tints of Bole #714841

RGB

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

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

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

R = 45.2%
G = 28.8%
B = 26%

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

#714841 (or 0x714841) is known color: Bole. HEX triplet: 71, 48 and 41. RGB value is (113,72,65). Sum of RGB (Red+Green+Blue) = 113+72+65=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #714841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714841 is #8EB7BE. Grayscale: #535353. Windows color (decimal): -9353151 or 4278385. OLE color: 4278385.

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

Color convert

RGB 113 72 65 -
CMYK 0 0.36 0.42 0.56
HSL 8.75º 0.27% 0.35% -
HSV(B) 8.75º 0.42% 0.44% -
XYZ 10.08 8.53 6.12 -
YUV 83.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 113 72 65 0 0.36 0.42 0.56 8.75 0.27 0.35
Hex 71 48 41 0 24 2A 38 9 1B 23
Octal 161 110 101 0 44 52 70 11 33 43
Binary 1110001 1001000 1000001 0 100100 101010 111000 1001 11011 100011

Color Harmonies of #714841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714841

Black with #714841

Text Example


Text Example

White with #714841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714841; }

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

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

background-color css

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

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

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

border-color css

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

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

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