Html Css Color HEX #754F31 Cape Palliser

📋 copy color: '#754F31'

red 117 ◦ green 79 ◦ blue 49

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

Shades of Cape Palliser #754F31

Tints of Cape Palliser #754F31

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.24%

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

R = 47.76%
G = 32.24%
B = 20%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#754F31 (or 0x754F31) is known color: Cape Palliser. HEX triplet: 75, 4F and 31. RGB value is (117,79,49). Sum of RGB (Red+Green+Blue) = 117+79+49=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #754F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F31 is #8AB0CE. Grayscale: #575757. Windows color (decimal): -9089231 or 3231605. OLE color: 3231605.

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

Color convert

RGB 117 79 49 -
CMYK 0 0.32 0.58 0.54
HSL 26.47º 0.41% 0.33% -
HSV(B) 26.47º 0.58% 0.46% -
XYZ 10.69 9.6 4.19 -
YUV 86.94 106.59 149.44 -
System Red Green Blue C M Y K H S L
Decimal 117 79 49 0 0.32 0.58 0.54 26.47 0.41 0.33
Hex 75 4F 31 0 20 3A 36 1A 29 21
Octal 165 117 61 0 40 72 66 32 51 41
Binary 1110101 1001111 110001 0 100000 111010 110110 11010 101001 100001

Color Harmonies of #754F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F31

Black with #754F31

Text Example


Text Example

White with #754F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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