Html Css Color HEX #754C2B Cape Palliser

📋 copy color: '#754C2B'

red 117 ◦ green 76 ◦ blue 43

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

Shades of Cape Palliser #754C2B

Tints of Cape Palliser #754C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.22%

R = 49.58%
G = 32.2%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#754C2B (or 0x754C2B) is known color: Cape Palliser. HEX triplet: 75, 4C and 2B. RGB value is (117,76,43). Sum of RGB (Red+Green+Blue) = 117+76+43=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #754C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C2B is #8AB3D4. Grayscale: #545454. Windows color (decimal): -9090005 or 2837621. OLE color: 2837621.

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

Color convert

RGB 117 76 43 -
CMYK 0 0.35 0.63 0.54
HSL 26.76º 0.46% 0.31% -
HSV(B) 26.76º 0.63% 0.46% -
XYZ 10.36 9.13 3.5 -
YUV 84.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 117 76 43 0 0.35 0.63 0.54 26.76 0.46 0.31
Hex 75 4C 2B 0 23 3F 36 1B 2E 1F
Octal 165 114 53 0 43 77 66 33 56 37
Binary 1110101 1001100 101011 0 100011 111111 110110 11011 101110 11111

Color Harmonies of #754C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C2B

Black with #754C2B

Text Example


Text Example

White with #754C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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