Html Css Color HEX #754D30 Cape Palliser

📋 copy color: '#754D30'

red 117 ◦ green 77 ◦ blue 48

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

Shades of Cape Palliser #754D30

Tints of Cape Palliser #754D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.83%

R = 48.35%
G = 31.82%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#754D30 (or 0x754D30) is known color: Cape Palliser. HEX triplet: 75, 4D and 30. RGB value is (117,77,48). Sum of RGB (Red+Green+Blue) = 117+77+48=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #754D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D30 is #8AB2CF. Grayscale: #555555. Windows color (decimal): -9089744 or 3165557. OLE color: 3165557.

HSL color Cylindrical-coordinate representation of color #754D30: hue angle of 25.22º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754D30 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 77 48 -
CMYK 0 0.34 0.59 0.54
HSL 25.22º 0.42% 0.32% -
HSV(B) 25.22º 0.59% 0.46% -
XYZ 10.52 9.3 4.04 -
YUV 85.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 117 77 48 0 0.34 0.59 0.54 25.22 0.42 0.32
Hex 75 4D 30 0 22 3B 36 19 2A 20
Octal 165 115 60 0 42 73 66 31 52 40
Binary 1110101 1001101 110000 0 100010 111011 110110 11001 101010 100000

Color Harmonies of #754D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D30

Black with #754D30

Text Example


Text Example

White with #754D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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