Html Css Color HEX #75492D Cape Palliser

📋 copy color: '#75492D'

red 117 ◦ green 73 ◦ blue 45

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

Shades of Cape Palliser #75492D

Tints of Cape Palliser #75492D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.15%

R = 49.79%
G = 31.06%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75492D (or 0x75492D) is known color: Cape Palliser. HEX triplet: 75, 49 and 2D. RGB value is (117,73,45). Sum of RGB (Red+Green+Blue) = 117+73+45=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #75492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75492D is #8AB6D2. Grayscale: #535353. Windows color (decimal): -9090771 or 2967925. OLE color: 2967925.

HSL color Cylindrical-coordinate representation of color #75492D: hue angle of 23.33º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75492D is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 73 45 -
CMYK 0 0.38 0.62 0.54
HSL 23.33º 0.44% 0.32% -
HSV(B) 23.33º 0.62% 0.46% -
XYZ 10.19 8.74 3.63 -
YUV 82.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 117 73 45 0 0.38 0.62 0.54 23.33 0.44 0.32
Hex 75 49 2D 0 26 3E 36 17 2C 20
Octal 165 111 55 0 46 76 66 27 54 40
Binary 1110101 1001001 101101 0 100110 111110 110110 10111 101100 100000

Color Harmonies of #75492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75492D

Black with #75492D

Text Example


Text Example

White with #75492D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75492D; }

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

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

background-color css

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

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

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

border-color css

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

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

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