Html Css Color HEX #754C35 Cape Palliser

📋 copy color: '#754C35'

red 117 ◦ green 76 ◦ blue 53

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

Shades of Cape Palliser #754C35

Tints of Cape Palliser #754C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.54%

R = 47.56%
G = 30.89%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#754C35 (or 0x754C35) is known color: Cape Palliser. HEX triplet: 75, 4C and 35. RGB value is (117,76,53). Sum of RGB (Red+Green+Blue) = 117+76+53=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #754C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C35 is #8AB3CA. Grayscale: #555555. Windows color (decimal): -9089995 or 3492981. OLE color: 3492981.

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

Color convert

RGB 117 76 53 -
CMYK 0 0.35 0.55 0.54
HSL 21.56º 0.38% 0.33% -
HSV(B) 21.56º 0.55% 0.46% -
XYZ 10.56 9.21 4.59 -
YUV 85.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 117 76 53 0 0.35 0.55 0.54 21.56 0.38 0.33
Hex 75 4C 35 0 23 37 36 16 26 21
Octal 165 114 65 0 43 67 66 26 46 41
Binary 1110101 1001100 110101 0 100011 110111 110110 10110 100110 100001

Color Harmonies of #754C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C35

Black with #754C35

Text Example


Text Example

White with #754C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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