Html Css Color HEX #754C32 Cape Palliser

📋 copy color: '#754C32'

red 117 ◦ green 76 ◦ blue 50

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

Shades of Cape Palliser #754C32

Tints of Cape Palliser #754C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.58%

R = 48.15%
G = 31.28%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#754C32 (or 0x754C32) is known color: Cape Palliser. HEX triplet: 75, 4C and 32. RGB value is (117,76,50). Sum of RGB (Red+Green+Blue) = 117+76+50=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #754C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C32 is #8AB3CD. Grayscale: #555555. Windows color (decimal): -9089998 or 3296373. OLE color: 3296373.

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

Color convert

RGB 117 76 50 -
CMYK 0 0.35 0.57 0.54
HSL 23.28º 0.4% 0.33% -
HSV(B) 23.28º 0.57% 0.46% -
XYZ 10.5 9.18 4.24 -
YUV 85.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 117 76 50 0 0.35 0.57 0.54 23.28 0.4 0.33
Hex 75 4C 32 0 23 39 36 17 28 21
Octal 165 114 62 0 43 71 66 27 50 41
Binary 1110101 1001100 110010 0 100011 111001 110110 10111 101000 100001

Color Harmonies of #754C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C32

Black with #754C32

Text Example


Text Example

White with #754C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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