Html Css Color HEX #75472F Cape Palliser

📋 copy color: '#75472F'

red 117 ◦ green 71 ◦ blue 47

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

Shades of Cape Palliser #75472F

Tints of Cape Palliser #75472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20%

R = 49.79%
G = 30.21%
B = 20%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#75472F (or 0x75472F) is known color: Cape Palliser. HEX triplet: 75, 47 and 2F. RGB value is (117,71,47). Sum of RGB (Red+Green+Blue) = 117+71+47=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #75472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75472F is #8AB8D0. Grayscale: #525252. Windows color (decimal): -9091281 or 3098485. OLE color: 3098485.

HSL color Cylindrical-coordinate representation of color #75472F: hue angle of 20.57º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75472F is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 71 47 -
CMYK 0 0.39 0.60 0.54
HSL 20.57º 0.43% 0.32% -
HSV(B) 20.57º 0.6% 0.46% -
XYZ 10.1 8.49 3.8 -
YUV 82.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 117 71 47 0 0.39 0.60 0.54 20.57 0.43 0.32
Hex 75 47 2F 0 27 3C 36 15 2B 20
Octal 165 107 57 0 47 74 66 25 53 40
Binary 1110101 1000111 101111 0 100111 111100 110110 10101 101011 100000

Color Harmonies of #75472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75472F

Black with #75472F

Text Example


Text Example

White with #75472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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