Html Css Color HEX #754D31 Cape Palliser

📋 copy color: '#754D31'

red 117 ◦ green 77 ◦ blue 49

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

Shades of Cape Palliser #754D31

Tints of Cape Palliser #754D31

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.69%

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

R = 48.15%
G = 31.69%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#754D31 (or 0x754D31) is known color: Cape Palliser. HEX triplet: 75, 4D and 31. RGB value is (117,77,49). Sum of RGB (Red+Green+Blue) = 117+77+49=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #754D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D31 is #8AB2CE. Grayscale: #555555. Windows color (decimal): -9089743 or 3231093. OLE color: 3231093.

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

Color convert

RGB 117 77 49 -
CMYK 0 0.34 0.58 0.54
HSL 24.71º 0.41% 0.33% -
HSV(B) 24.71º 0.58% 0.46% -
XYZ 10.54 9.31 4.15 -
YUV 85.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 117 77 49 0 0.34 0.58 0.54 24.71 0.41 0.33
Hex 75 4D 31 0 22 3A 36 19 29 21
Octal 165 115 61 0 42 72 66 31 51 41
Binary 1110101 1001101 110001 0 100010 111010 110110 11001 101001 100001

Color Harmonies of #754D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D31

Black with #754D31

Text Example


Text Example

White with #754D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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