Html Css Color HEX #754C31 Cape Palliser

📋 copy color: '#754C31'

red 117 ◦ green 76 ◦ blue 49

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

Shades of Cape Palliser #754C31

Tints of Cape Palliser #754C31

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.4%

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

R = 48.35%
G = 31.4%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#754C31 (or 0x754C31) is known color: Cape Palliser. HEX triplet: 75, 4C and 31. RGB value is (117,76,49). Sum of RGB (Red+Green+Blue) = 117+76+49=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #754C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C31 is #8AB3CE. Grayscale: #555555. Windows color (decimal): -9089999 or 3230837. OLE color: 3230837.

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

Color convert

RGB 117 76 49 -
CMYK 0 0.35 0.58 0.54
HSL 23.82º 0.41% 0.33% -
HSV(B) 23.82º 0.58% 0.46% -
XYZ 10.47 9.17 4.12 -
YUV 85.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 117 76 49 0 0.35 0.58 0.54 23.82 0.41 0.33
Hex 75 4C 31 0 23 3A 36 18 29 21
Octal 165 114 61 0 43 72 66 30 51 41
Binary 1110101 1001100 110001 0 100011 111010 110110 11000 101001 100001

Color Harmonies of #754C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C31

Black with #754C31

Text Example


Text Example

White with #754C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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