Html Css Color HEX #754B30 Cape Palliser

📋 copy color: '#754B30'

red 117 ◦ green 75 ◦ blue 48

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

Shades of Cape Palliser #754B30

Tints of Cape Palliser #754B30

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.25%

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

R = 48.75%
G = 31.25%
B = 20%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#754B30 (or 0x754B30) is known color: Cape Palliser. HEX triplet: 75, 4B and 30. RGB value is (117,75,48). Sum of RGB (Red+Green+Blue) = 117+75+48=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #754B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B30 is #8AB4CF. Grayscale: #545454. Windows color (decimal): -9090256 or 3165045. OLE color: 3165045.

HSL color Cylindrical-coordinate representation of color #754B30: hue angle of 23.48º 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 #754B30 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 75 48 -
CMYK 0 0.36 0.59 0.54
HSL 23.48º 0.42% 0.32% -
HSV(B) 23.48º 0.59% 0.46% -
XYZ 10.39 9.03 3.99 -
YUV 84.48 107.41 151.2 -
System Red Green Blue C M Y K H S L
Decimal 117 75 48 0 0.36 0.59 0.54 23.48 0.42 0.32
Hex 75 4B 30 0 24 3B 36 17 2A 20
Octal 165 113 60 0 44 73 66 27 52 40
Binary 1110101 1001011 110000 0 100100 111011 110110 10111 101010 100000

Color Harmonies of #754B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B30

Black with #754B30

Text Example


Text Example

White with #754B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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