Html Css Color HEX #754731 Cape Palliser

📋 copy color: '#754731'

red 117 ◦ green 71 ◦ blue 49

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

Shades of Cape Palliser #754731

Tints of Cape Palliser #754731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.68%

R = 49.37%
G = 29.96%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#754731 (or 0x754731) is known color: Cape Palliser. HEX triplet: 75, 47 and 31. RGB value is (117,71,49). Sum of RGB (Red+Green+Blue) = 117+71+49=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #754731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754731 is #8AB8CE. Grayscale: #525252. Windows color (decimal): -9091279 or 3229557. OLE color: 3229557.

HSL color Cylindrical-coordinate representation of color #754731: hue angle of 19.41º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #754731 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 71 49 -
CMYK 0 0.39 0.58 0.54
HSL 19.41º 0.41% 0.33% -
HSV(B) 19.41º 0.58% 0.46% -
XYZ 10.14 8.51 4.01 -
YUV 82.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 117 71 49 0 0.39 0.58 0.54 19.41 0.41 0.33
Hex 75 47 31 0 27 3A 36 13 29 21
Octal 165 107 61 0 47 72 66 23 51 41
Binary 1110101 1000111 110001 0 100111 111010 110110 10011 101001 100001

Color Harmonies of #754731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754731

Black with #754731

Text Example


Text Example

White with #754731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754731; }

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

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

background-color css

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

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

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

border-color css

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

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

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