Html Css Color HEX #754D2C Cape Palliser

📋 copy color: '#754D2C'

red 117 ◦ green 77 ◦ blue 44

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

Shades of Cape Palliser #754D2C

Tints of Cape Palliser #754D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.49%

R = 49.16%
G = 32.35%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#754D2C (or 0x754D2C) is known color: Cape Palliser. HEX triplet: 75, 4D and 2C. RGB value is (117,77,44). Sum of RGB (Red+Green+Blue) = 117+77+44=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #754D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D2C is #8AB2D3. Grayscale: #555555. Windows color (decimal): -9089748 or 2903413. OLE color: 2903413.

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

Color convert

RGB 117 77 44 -
CMYK 0 0.34 0.62 0.54
HSL 27.12º 0.45% 0.32% -
HSV(B) 27.12º 0.62% 0.46% -
XYZ 10.44 9.27 3.62 -
YUV 85.2 104.75 150.68 -
System Red Green Blue C M Y K H S L
Decimal 117 77 44 0 0.34 0.62 0.54 27.12 0.45 0.32
Hex 75 4D 2C 0 22 3E 36 1B 2D 20
Octal 165 115 54 0 42 76 66 33 55 40
Binary 1110101 1001101 101100 0 100010 111110 110110 11011 101101 100000

Color Harmonies of #754D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D2C

Black with #754D2C

Text Example


Text Example

White with #754D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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