Html Css Color HEX #754832 Cape Palliser

📋 copy color: '#754832'

red 117 ◦ green 72 ◦ blue 50

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

Shades of Cape Palliser #754832

Tints of Cape Palliser #754832

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.13%

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

R = 48.95%
G = 30.13%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#754832 (or 0x754832) is known color: Cape Palliser. HEX triplet: 75, 48 and 32. RGB value is (117,72,50). Sum of RGB (Red+Green+Blue) = 117+72+50=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #754832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754832 is #8AB7CD. Grayscale: #535353. Windows color (decimal): -9091022 or 3295349. OLE color: 3295349.

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

Color convert

RGB 117 72 50 -
CMYK 0 0.38 0.57 0.54
HSL 19.7º 0.4% 0.33% -
HSV(B) 19.7º 0.57% 0.46% -
XYZ 10.23 8.65 4.15 -
YUV 82.95 109.41 152.29 -
System Red Green Blue C M Y K H S L
Decimal 117 72 50 0 0.38 0.57 0.54 19.7 0.4 0.33
Hex 75 48 32 0 26 39 36 14 28 21
Octal 165 110 62 0 46 71 66 24 50 41
Binary 1110101 1001000 110010 0 100110 111001 110110 10100 101000 100001

Color Harmonies of #754832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754832

Black with #754832

Text Example


Text Example

White with #754832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754832; }

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

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

background-color css

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

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

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

border-color css

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

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

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