Html Css Color HEX #754831 Cape Palliser

📋 copy color: '#754831'

red 117 ◦ green 72 ◦ blue 49

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

Shades of Cape Palliser #754831

Tints of Cape Palliser #754831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.25%

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

R = 49.16%
G = 30.25%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#754831 (or 0x754831) is known color: Cape Palliser. HEX triplet: 75, 48 and 31. RGB value is (117,72,49). Sum of RGB (Red+Green+Blue) = 117+72+49=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #754831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754831 is #8AB7CE. Grayscale: #525252. Windows color (decimal): -9091023 or 3229813. OLE color: 3229813.

HSL color Cylindrical-coordinate representation of color #754831: hue angle of 20.29º 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 #754831 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 72 49 -
CMYK 0 0.38 0.58 0.54
HSL 20.29º 0.41% 0.33% -
HSV(B) 20.29º 0.58% 0.46% -
XYZ 10.21 8.64 4.04 -
YUV 82.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 117 72 49 0 0.38 0.58 0.54 20.29 0.41 0.33
Hex 75 48 31 0 26 3A 36 14 29 21
Octal 165 110 61 0 46 72 66 24 51 41
Binary 1110101 1001000 110001 0 100110 111010 110110 10100 101001 100001

Color Harmonies of #754831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754831

Black with #754831

Text Example


Text Example

White with #754831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754831; }

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

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

background-color css

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

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

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

border-color css

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

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

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