Html Css Color HEX #754732 Cape Palliser

📋 copy color: '#754732'

red 117 ◦ green 71 ◦ blue 50

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

Shades of Cape Palliser #754732

Tints of Cape Palliser #754732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.83%

 BLUE value IS 50 (19.92% from 255) = 21.01%

R = 49.16%
G = 29.83%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#754732 (or 0x754732) is known color: Cape Palliser. HEX triplet: 75, 47 and 32. RGB value is (117,71,50). Sum of RGB (Red+Green+Blue) = 117+71+50=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #754732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754732 is #8AB8CD. Grayscale: #525252. Windows color (decimal): -9091278 or 3295093. OLE color: 3295093.

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

Color convert

RGB 117 71 50 -
CMYK 0 0.39 0.57 0.54
HSL 18.81º 0.4% 0.33% -
HSV(B) 18.81º 0.57% 0.46% -
XYZ 10.17 8.52 4.13 -
YUV 82.36 109.74 152.71 -
System Red Green Blue C M Y K H S L
Decimal 117 71 50 0 0.39 0.57 0.54 18.81 0.4 0.33
Hex 75 47 32 0 27 39 36 13 28 21
Octal 165 107 62 0 47 71 66 23 50 41
Binary 1110101 1000111 110010 0 100111 111001 110110 10011 101000 100001

Color Harmonies of #754732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754732

Black with #754732

Text Example


Text Example

White with #754732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754732; }

 p { color: rgb(117,71,50); }

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

background-color css

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

 a { background-color: rgb(117,71,50); }

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

border-color css

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

 span { border-color: rgb(117,71,50); }

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