Html Css Color HEX #754934 Cape Palliser

📋 copy color: '#754934'

red 117 ◦ green 73 ◦ blue 52

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

Shades of Cape Palliser #754934

Tints of Cape Palliser #754934

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

 BLUE value IS 52 (20.7% from 255) = 21.49%

R = 48.35%
G = 30.17%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#754934 (or 0x754934) is known color: Cape Palliser. HEX triplet: 75, 49 and 34. RGB value is (117,73,52). Sum of RGB (Red+Green+Blue) = 117+73+52=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #754934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754934 is #8AB6CB. Grayscale: #535353. Windows color (decimal): -9090764 or 3426677. OLE color: 3426677.

HSL color Cylindrical-coordinate representation of color #754934: hue angle of 19.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #754934 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 73 52 -
CMYK 0 0.38 0.56 0.54
HSL 19.38º 0.38% 0.33% -
HSV(B) 19.38º 0.56% 0.46% -
XYZ 10.34 8.79 4.4 -
YUV 83.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 117 73 52 0 0.38 0.56 0.54 19.38 0.38 0.33
Hex 75 49 34 0 26 38 36 13 26 21
Octal 165 111 64 0 46 70 66 23 46 41
Binary 1110101 1001001 110100 0 100110 111000 110110 10011 100110 100001

Color Harmonies of #754934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754934

Black with #754934

Text Example


Text Example

White with #754934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754934; }

 p { color: rgb(117,73,52); }

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

background-color css

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

 a { background-color: rgb(117,73,52); }

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

border-color css

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

 span { border-color: rgb(117,73,52); }

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