Html Css Color HEX #705353 Buccaneer

📋 copy color: '#705353'

red 112 ◦ green 83 ◦ blue 83

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

Shades of Buccaneer #705353

Tints of Buccaneer #705353

RGB

 RED value IS 112 (44.14% from 255) = 40.29%

 GREEN value IS 83 (32.81% from 255) = 29.86%

 BLUE value IS 83 (32.81% from 255) = 29.86%

R = 40.29%
G = 29.86%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#705353 (or 0x705353) is known color: Buccaneer. HEX triplet: 70, 53 and 53. RGB value is (112,83,83). Sum of RGB (Red+Green+Blue) = 112+83+83=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #705353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705353 is #8FACAC. Grayscale: #5B5B5B. Windows color (decimal): -9415853 or 5460848. OLE color: 5460848.

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

Color convert

RGB 112 83 83 -
CMYK 0 0.26 0.26 0.56
HSL 0.15% 0.38% -
HSV(B) 0.26% 0.44% -
XYZ 11.34 10.26 9.57 -
YUV 91.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 112 83 83 0 0.26 0.26 0.56 0 0.15 0.38
Hex 70 53 53 0 1A 1A 38 0 F 26
Octal 160 123 123 0 32 32 70 0 17 46
Binary 1110000 1010011 1010011 0 11010 11010 111000 0 1111 100110

Color Harmonies of #705353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705353

Black with #705353

Text Example


Text Example

White with #705353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705353; }

 p { color: rgb(112,83,83); }

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

background-color css

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

 a { background-color: rgb(112,83,83); }

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

border-color css

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

 span { border-color: rgb(112,83,83); }

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