Html Css Color HEX #754C33 Cape Palliser

📋 copy color: '#754C33'

red 117 ◦ green 76 ◦ blue 51

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

Shades of Cape Palliser #754C33

Tints of Cape Palliser #754C33

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.15%

 BLUE value IS 51 (20.31% from 255) = 20.9%

R = 47.95%
G = 31.15%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#754C33 (or 0x754C33) is known color: Cape Palliser. HEX triplet: 75, 4C and 33. RGB value is (117,76,51). Sum of RGB (Red+Green+Blue) = 117+76+51=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #754C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C33 is #8AB3CC. Grayscale: #555555. Windows color (decimal): -9089997 or 3361909. OLE color: 3361909.

HSL color Cylindrical-coordinate representation of color #754C33: hue angle of 22.73º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #754C33 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 76 51 -
CMYK 0 0.35 0.56 0.54
HSL 22.73º 0.39% 0.33% -
HSV(B) 22.73º 0.56% 0.46% -
XYZ 10.52 9.19 4.35 -
YUV 85.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 117 76 51 0 0.35 0.56 0.54 22.73 0.39 0.33
Hex 75 4C 33 0 23 38 36 17 27 21
Octal 165 114 63 0 43 70 66 27 47 41
Binary 1110101 1001100 110011 0 100011 111000 110110 10111 100111 100001

Color Harmonies of #754C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C33

Black with #754C33

Text Example


Text Example

White with #754C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754C33; }

 p { color: rgb(117,76,51); }

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

background-color css

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

 a { background-color: rgb(117,76,51); }

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

border-color css

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

 span { border-color: rgb(117,76,51); }

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