Html Css Color HEX #75472D Cape Palliser

📋 copy color: '#75472D'

red 117 ◦ green 71 ◦ blue 45

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

Shades of Cape Palliser #75472D

Tints of Cape Palliser #75472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.47%

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

R = 50.21%
G = 30.47%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75472D (or 0x75472D) is known color: Cape Palliser. HEX triplet: 75, 47 and 2D. RGB value is (117,71,45). Sum of RGB (Red+Green+Blue) = 117+71+45=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75472D is #8AB8D2. Grayscale: #515151. Windows color (decimal): -9091283 or 2967413. OLE color: 2967413.

HSL color Cylindrical-coordinate representation of color #75472D: hue angle of 21.67º 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 #75472D is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 71 45 -
CMYK 0 0.39 0.62 0.54
HSL 21.67º 0.44% 0.32% -
HSV(B) 21.67º 0.62% 0.46% -
XYZ 10.06 8.48 3.59 -
YUV 81.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 117 71 45 0 0.39 0.62 0.54 21.67 0.44 0.32
Hex 75 47 2D 0 27 3E 36 16 2C 20
Octal 165 107 55 0 47 76 66 26 54 40
Binary 1110101 1000111 101101 0 100111 111110 110110 10110 101100 100000

Color Harmonies of #75472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75472D

Black with #75472D

Text Example


Text Example

White with #75472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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