Html Css Color HEX #754F30 Cape Palliser

📋 copy color: '#754F30'

red 117 ◦ green 79 ◦ blue 48

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

Shades of Cape Palliser #754F30

Tints of Cape Palliser #754F30

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.38%

 BLUE value IS 48 (19.14% from 255) = 19.67%

R = 47.95%
G = 32.38%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#754F30 (or 0x754F30) is known color: Cape Palliser. HEX triplet: 75, 4F and 30. RGB value is (117,79,48). Sum of RGB (Red+Green+Blue) = 117+79+48=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #754F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F30 is #8AB0CF. Grayscale: #565656. Windows color (decimal): -9089232 or 3166069. OLE color: 3166069.

HSL color Cylindrical-coordinate representation of color #754F30: hue angle of 26.96º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754F30 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 79 48 -
CMYK 0 0.32 0.59 0.54
HSL 26.96º 0.42% 0.32% -
HSV(B) 26.96º 0.59% 0.46% -
XYZ 10.67 9.59 4.08 -
YUV 86.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 117 79 48 0 0.32 0.59 0.54 26.96 0.42 0.32
Hex 75 4F 30 0 20 3B 36 1B 2A 20
Octal 165 117 60 0 40 73 66 33 52 40
Binary 1110101 1001111 110000 0 100000 111011 110110 11011 101010 100000

Color Harmonies of #754F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F30

Black with #754F30

Text Example


Text Example

White with #754F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,79,48); }

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

background-color css

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

 a { background-color: rgb(117,79,48); }

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

border-color css

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

 span { border-color: rgb(117,79,48); }

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