Html Css Color HEX #754928 Cape Palliser

📋 copy color: '#754928'

red 117 ◦ green 73 ◦ blue 40

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

Shades of Cape Palliser #754928

Tints of Cape Palliser #754928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.39%

R = 50.87%
G = 31.74%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#754928 (or 0x754928) is known color: Cape Palliser. HEX triplet: 75, 49 and 28. RGB value is (117,73,40). Sum of RGB (Red+Green+Blue) = 117+73+40=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #754928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754928 is #8AB6D7. Grayscale: #525252. Windows color (decimal): -9090776 or 2640245. OLE color: 2640245.

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

Color convert

RGB 117 73 40 -
CMYK 0 0.38 0.66 0.54
HSL 25.71º 0.49% 0.31% -
HSV(B) 25.71º 0.66% 0.46% -
XYZ 10.1 8.7 3.15 -
YUV 82.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 117 73 40 0 0.38 0.66 0.54 25.71 0.49 0.31
Hex 75 49 28 0 26 42 36 1A 31 1F
Octal 165 111 50 0 46 102 66 32 61 37
Binary 1110101 1001001 101000 0 100110 1000010 110110 11010 110001 11111

Color Harmonies of #754928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754928

Black with #754928

Text Example


Text Example

White with #754928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754928; }

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

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

background-color css

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

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

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

border-color css

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

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

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