Html Css Color HEX #754C2A Cape Palliser

📋 copy color: '#754C2A'

red 117 ◦ green 76 ◦ blue 42

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

Shades of Cape Palliser #754C2A

Tints of Cape Palliser #754C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.87%

R = 49.79%
G = 32.34%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#754C2A (or 0x754C2A) is known color: Cape Palliser. HEX triplet: 75, 4C and 2A. RGB value is (117,76,42). Sum of RGB (Red+Green+Blue) = 117+76+42=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #754C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C2A is #8AB3D5. Grayscale: #545454. Windows color (decimal): -9090006 or 2772085. OLE color: 2772085.

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

Color convert

RGB 117 76 42 -
CMYK 0 0.35 0.64 0.54
HSL 27.2º 0.47% 0.31% -
HSV(B) 27.2º 0.64% 0.46% -
XYZ 10.34 9.12 3.41 -
YUV 84.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 117 76 42 0 0.35 0.64 0.54 27.2 0.47 0.31
Hex 75 4C 2A 0 23 40 36 1B 2F 1F
Octal 165 114 52 0 43 100 66 33 57 37
Binary 1110101 1001100 101010 0 100011 1000000 110110 11011 101111 11111

Color Harmonies of #754C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C2A

Black with #754C2A

Text Example


Text Example

White with #754C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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