Html Css Color HEX #714341 Bole

📋 copy color: '#714341'

red 113 ◦ green 67 ◦ blue 65

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

Shades of Bole #714341

Tints of Bole #714341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.35%

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

R = 46.12%
G = 27.35%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#714341 (or 0x714341) is known color: Bole. HEX triplet: 71, 43 and 41. RGB value is (113,67,65). Sum of RGB (Red+Green+Blue) = 113+67+65=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #714341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714341 is #8EBCBE. Grayscale: #505050. Windows color (decimal): -9354431 or 4277105. OLE color: 4277105.

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

Color convert

RGB 113 67 65 -
CMYK 0 0.41 0.42 0.56
HSL 2.5º 0.27% 0.35% -
HSV(B) 2.5º 0.42% 0.44% -
XYZ 9.77 7.91 6.01 -
YUV 80.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 113 67 65 0 0.41 0.42 0.56 2.5 0.27 0.35
Hex 71 43 41 0 29 2A 38 2 1B 23
Octal 161 103 101 0 51 52 70 2 33 43
Binary 1110001 1000011 1000001 0 101001 101010 111000 10 11011 100011

Color Harmonies of #714341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714341

Black with #714341

Text Example


Text Example

White with #714341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714341; }

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

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

background-color css

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

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

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

border-color css

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

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

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