Html Css Color HEX #705453 Buccaneer

📋 copy color: '#705453'

red 112 ◦ green 84 ◦ blue 83

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

Shades of Buccaneer #705453

Tints of Buccaneer #705453

RGB

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

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

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

R = 40.14%
G = 30.11%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#705453 (or 0x705453) is known color: Buccaneer. HEX triplet: 70, 54 and 53. RGB value is (112,84,83). Sum of RGB (Red+Green+Blue) = 112+84+83=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #705453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705453 is #8FABAC. Grayscale: #5C5C5C. Windows color (decimal): -9415597 or 5461104. OLE color: 5461104.

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

Color convert

RGB 112 84 83 -
CMYK 0 0.25 0.26 0.56
HSL 2.07º 0.15% 0.38% -
HSV(B) 2.07º 0.26% 0.44% -
XYZ 11.41 10.41 9.59 -
YUV 92.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 112 84 83 0 0.25 0.26 0.56 2.07 0.15 0.38
Hex 70 54 53 0 19 1A 38 2 F 26
Octal 160 124 123 0 31 32 70 2 17 46
Binary 1110000 1010100 1010011 0 11001 11010 111000 10 1111 100110

Color Harmonies of #705453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705453

Black with #705453

Text Example


Text Example

White with #705453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705453; }

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

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

background-color css

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

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

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

border-color css

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

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

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