Html Css Color HEX #754C2F Cape Palliser

📋 copy color: '#754C2F'

red 117 ◦ green 76 ◦ blue 47

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

Shades of Cape Palliser #754C2F

Tints of Cape Palliser #754C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.58%

R = 48.75%
G = 31.67%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#754C2F (or 0x754C2F) is known color: Cape Palliser. HEX triplet: 75, 4C and 2F. RGB value is (117,76,47). Sum of RGB (Red+Green+Blue) = 117+76+47=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #754C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C2F is #8AB3D0. Grayscale: #555555. Windows color (decimal): -9090001 or 3099765. OLE color: 3099765.

HSL color Cylindrical-coordinate representation of color #754C2F: hue angle of 24.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #754C2F is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 76 47 -
CMYK 0 0.35 0.60 0.54
HSL 24.86º 0.43% 0.32% -
HSV(B) 24.86º 0.6% 0.46% -
XYZ 10.43 9.16 3.91 -
YUV 84.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 117 76 47 0 0.35 0.60 0.54 24.86 0.43 0.32
Hex 75 4C 2F 0 23 3C 36 19 2B 20
Octal 165 114 57 0 43 74 66 31 53 40
Binary 1110101 1001100 101111 0 100011 111100 110110 11001 101011 100000

Color Harmonies of #754C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C2F

Black with #754C2F

Text Example


Text Example

White with #754C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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