Html Css Color HEX #75534B Buccaneer

📋 copy color: '#75534B'

red 117 ◦ green 83 ◦ blue 75

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

Shades of Buccaneer #75534B

Tints of Buccaneer #75534B

RGB

 RED value IS 117 (46.09% from 255) = 42.55%

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

 BLUE value IS 75 (29.69% from 255) = 27.27%

R = 42.55%
G = 30.18%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#75534B (or 0x75534B) is known color: Buccaneer. HEX triplet: 75, 53 and 4B. RGB value is (117,83,75). Sum of RGB (Red+Green+Blue) = 117+83+75=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #75534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75534B is #8AACB4. Grayscale: #5C5C5C. Windows color (decimal): -9088181 or 4936565. OLE color: 4936565.

HSL color Cylindrical-coordinate representation of color #75534B: hue angle of 11.43º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75534B is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 75 -
CMYK 0 0.29 0.36 0.54
HSL 11.43º 0.22% 0.38% -
HSV(B) 11.43º 0.36% 0.46% -
XYZ 11.7 10.48 8.06 -
YUV 92.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 117 83 75 0 0.29 0.36 0.54 11.43 0.22 0.38
Hex 75 53 4B 0 1D 24 36 B 16 26
Octal 165 123 113 0 35 44 66 13 26 46
Binary 1110101 1010011 1001011 0 11101 100100 110110 1011 10110 100110

Color Harmonies of #75534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75534B

Black with #75534B

Text Example


Text Example

White with #75534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75534B; }

 p { color: rgb(117,83,75); }

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

background-color css

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

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

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

border-color css

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

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

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