Html Css Color HEX #754A31 Cape Palliser

📋 copy color: '#754A31'

red 117 ◦ green 74 ◦ blue 49

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

Shades of Cape Palliser #754A31

Tints of Cape Palliser #754A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.83%

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

R = 48.75%
G = 30.83%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#754A31 (or 0x754A31) is known color: Cape Palliser. HEX triplet: 75, 4A and 31. RGB value is (117,74,49). Sum of RGB (Red+Green+Blue) = 117+74+49=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #754A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A31 is #8AB5CE. Grayscale: #545454. Windows color (decimal): -9090511 or 3230325. OLE color: 3230325.

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

Color convert

RGB 117 74 49 -
CMYK 0 0.37 0.58 0.54
HSL 22.06º 0.41% 0.33% -
HSV(B) 22.06º 0.58% 0.46% -
XYZ 10.34 8.9 4.08 -
YUV 84.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 117 74 49 0 0.37 0.58 0.54 22.06 0.41 0.33
Hex 75 4A 31 0 25 3A 36 16 29 21
Octal 165 112 61 0 45 72 66 26 51 41
Binary 1110101 1001010 110001 0 100101 111010 110110 10110 101001 100001

Color Harmonies of #754A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A31

Black with #754A31

Text Example


Text Example

White with #754A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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