Html Css Color HEX #75472C Cape Palliser

📋 copy color: '#75472C'

red 117 ◦ green 71 ◦ blue 44

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

Shades of Cape Palliser #75472C

Tints of Cape Palliser #75472C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.97%

R = 50.43%
G = 30.6%
B = 18.97%

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

#75472C (or 0x75472C) is known color: Cape Palliser. HEX triplet: 75, 47 and 2C. RGB value is (117,71,44). Sum of RGB (Red+Green+Blue) = 117+71+44=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75472C is #8AB8D3. Grayscale: #515151. Windows color (decimal): -9091284 or 2901877. OLE color: 2901877.

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

Color convert

RGB 117 71 44 -
CMYK 0 0.39 0.62 0.54
HSL 22.19º 0.45% 0.32% -
HSV(B) 22.19º 0.62% 0.46% -
XYZ 10.04 8.47 3.49 -
YUV 81.68 106.74 153.2 -
System Red Green Blue C M Y K H S L
Decimal 117 71 44 0 0.39 0.62 0.54 22.19 0.45 0.32
Hex 75 47 2C 0 27 3E 36 16 2D 20
Octal 165 107 54 0 47 76 66 26 55 40
Binary 1110101 1000111 101100 0 100111 111110 110110 10110 101101 100000

Color Harmonies of #75472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75472C

Black with #75472C

Text Example


Text Example

White with #75472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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