Html Css Color HEX #705454 Buccaneer

📋 copy color: '#705454'

red 112 ◦ green 84 ◦ blue 84

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

Shades of Buccaneer #705454

Tints of Buccaneer #705454

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30%

 BLUE value IS 84 (33.2% from 255) = 30%

R = 40%
G = 30%
B = 30%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#705454 (or 0x705454) is known color: Buccaneer. HEX triplet: 70, 54 and 54. RGB value is (112,84,84). Sum of RGB (Red+Green+Blue) = 112+84+84=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #705454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705454 is #8FABAB. Grayscale: #5C5C5C. Windows color (decimal): -9415596 or 5526640. OLE color: 5526640.

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

Color convert

RGB 112 84 84 -
CMYK 0 0.25 0.25 0.56
HSL 0.14% 0.38% -
HSV(B) 0.25% 0.44% -
XYZ 11.45 10.43 9.8 -
YUV 92.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 112 84 84 0 0.25 0.25 0.56 0 0.14 0.38
Hex 70 54 54 0 19 19 38 0 E 26
Octal 160 124 124 0 31 31 70 0 16 46
Binary 1110000 1010100 1010100 0 11001 11001 111000 0 1110 100110

Color Harmonies of #705454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705454

Black with #705454

Text Example


Text Example

White with #705454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705454; }

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

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

background-color css

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

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

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

border-color css

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

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

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