Html Css Color HEX #71463A Bole

📋 copy color: '#71463A'

red 113 ◦ green 70 ◦ blue 58

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

Shades of Bole #71463A

Tints of Bole #71463A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.07%

R = 46.89%
G = 29.05%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71463A (or 0x71463A) is known color: Bole. HEX triplet: 71, 46 and 3A. RGB value is (113,70,58). Sum of RGB (Red+Green+Blue) = 113+70+58=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #71463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71463A is #8EB9C5. Grayscale: #515151. Windows color (decimal): -9353670 or 3819121. OLE color: 3819121.

HSL color Cylindrical-coordinate representation of color #71463A: hue angle of 13.09º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71463A is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 70 58 -
CMYK 0 0.38 0.49 0.56
HSL 13.09º 0.32% 0.34% -
HSV(B) 13.09º 0.49% 0.44% -
XYZ 9.76 8.2 5.07 -
YUV 81.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 113 70 58 0 0.38 0.49 0.56 13.09 0.32 0.34
Hex 71 46 3A 0 26 31 38 D 20 22
Octal 161 106 72 0 46 61 70 15 40 42
Binary 1110001 1000110 111010 0 100110 110001 111000 1101 100000 100010

Color Harmonies of #71463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71463A

Black with #71463A

Text Example


Text Example

White with #71463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71463A; }

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

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

background-color css

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

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

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

border-color css

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

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

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