Html Css Color HEX #754834 Cape Palliser

📋 copy color: '#754834'

red 117 ◦ green 72 ◦ blue 52

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

Shades of Cape Palliser #754834

Tints of Cape Palliser #754834

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.88%

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

R = 48.55%
G = 29.88%
B = 21.58%

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

#754834 (or 0x754834) is known color: Cape Palliser. HEX triplet: 75, 48 and 34. RGB value is (117,72,52). Sum of RGB (Red+Green+Blue) = 117+72+52=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #754834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754834 is #8AB7CB. Grayscale: #535353. Windows color (decimal): -9091020 or 3426421. OLE color: 3426421.

HSL color Cylindrical-coordinate representation of color #754834: hue angle of 18.46º 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 #754834 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 72 52 -
CMYK 0 0.38 0.56 0.54
HSL 18.46º 0.38% 0.33% -
HSV(B) 18.46º 0.56% 0.46% -
XYZ 10.27 8.66 4.38 -
YUV 83.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 117 72 52 0 0.38 0.56 0.54 18.46 0.38 0.33
Hex 75 48 34 0 26 38 36 12 26 21
Octal 165 110 64 0 46 70 66 22 46 41
Binary 1110101 1001000 110100 0 100110 111000 110110 10010 100110 100001

Color Harmonies of #754834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754834

Black with #754834

Text Example


Text Example

White with #754834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754834; }

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

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

background-color css

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

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

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

border-color css

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

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

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