Html Css Color HEX #754D32 Cape Palliser

📋 copy color: '#754D32'

red 117 ◦ green 77 ◦ blue 50

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

Shades of Cape Palliser #754D32

Tints of Cape Palliser #754D32

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.56%

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

R = 47.95%
G = 31.56%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#754D32 (or 0x754D32) is known color: Cape Palliser. HEX triplet: 75, 4D and 32. RGB value is (117,77,50). Sum of RGB (Red+Green+Blue) = 117+77+50=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #754D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D32 is #8AB2CD. Grayscale: #565656. Windows color (decimal): -9089742 or 3296629. OLE color: 3296629.

HSL color Cylindrical-coordinate representation of color #754D32: hue angle of 24.18º 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 #754D32 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 77 50 -
CMYK 0 0.34 0.57 0.54
HSL 24.18º 0.4% 0.33% -
HSV(B) 24.18º 0.57% 0.46% -
XYZ 10.57 9.32 4.26 -
YUV 85.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 117 77 50 0 0.34 0.57 0.54 24.18 0.4 0.33
Hex 75 4D 32 0 22 39 36 18 28 21
Octal 165 115 62 0 42 71 66 30 50 41
Binary 1110101 1001101 110010 0 100010 111001 110110 11000 101000 100001

Color Harmonies of #754D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D32

Black with #754D32

Text Example


Text Example

White with #754D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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