Html Css Color HEX #754932 Cape Palliser

📋 copy color: '#754932'

red 117 ◦ green 73 ◦ blue 50

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

Shades of Cape Palliser #754932

Tints of Cape Palliser #754932

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.42%

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

R = 48.75%
G = 30.42%
B = 20.83%

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

#754932 (or 0x754932) is known color: Cape Palliser. HEX triplet: 75, 49 and 32. RGB value is (117,73,50). Sum of RGB (Red+Green+Blue) = 117+73+50=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #754932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754932 is #8AB6CD. Grayscale: #535353. Windows color (decimal): -9090766 or 3295605. OLE color: 3295605.

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

Color convert

RGB 117 73 50 -
CMYK 0 0.38 0.57 0.54
HSL 20.6º 0.4% 0.33% -
HSV(B) 20.6º 0.57% 0.46% -
XYZ 10.29 8.78 4.17 -
YUV 83.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 117 73 50 0 0.38 0.57 0.54 20.6 0.4 0.33
Hex 75 49 32 0 26 39 36 15 28 21
Octal 165 111 62 0 46 71 66 25 50 41
Binary 1110101 1001001 110010 0 100110 111001 110110 10101 101000 100001

Color Harmonies of #754932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754932

Black with #754932

Text Example


Text Example

White with #754932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754932; }

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

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

background-color css

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

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

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

border-color css

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

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

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