Html Css Color HEX #724241 Bole

📋 copy color: '#724241'

red 114 ◦ green 66 ◦ blue 65

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

Shades of Bole #724241

Tints of Bole #724241

RGB

 RED value IS 114 (44.92% from 255) = 46.53%

 GREEN value IS 66 (26.17% from 255) = 26.94%

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

R = 46.53%
G = 26.94%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#724241 (or 0x724241) is known color: Bole. HEX triplet: 72, 42 and 41. RGB value is (114,66,65). Sum of RGB (Red+Green+Blue) = 114+66+65=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #724241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724241 is #8DBDBE. Grayscale: #505050. Windows color (decimal): -9289151 or 4276850. OLE color: 4276850.

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

Color convert

RGB 114 66 65 -
CMYK 0 0.42 0.43 0.55
HSL 1.22º 0.27% 0.35% -
HSV(B) 1.22º 0.43% 0.45% -
XYZ 9.84 7.86 6 -
YUV 80.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 114 66 65 0 0.42 0.43 0.55 1.22 0.27 0.35
Hex 72 42 41 0 2A 2B 37 1 1B 23
Octal 162 102 101 0 52 53 67 1 33 43
Binary 1110010 1000010 1000001 0 101010 101011 110111 1 11011 100011

Color Harmonies of #724241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724241

Black with #724241

Text Example


Text Example

White with #724241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724241; }

 p { color: rgb(114,66,65); }

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

background-color css

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

 a { background-color: rgb(114,66,65); }

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

border-color css

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

 span { border-color: rgb(114,66,65); }

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