Html Css Color HEX #754B2C Cape Palliser

📋 copy color: '#754B2C'

red 117 ◦ green 75 ◦ blue 44

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

Shades of Cape Palliser #754B2C

Tints of Cape Palliser #754B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.64%

R = 49.58%
G = 31.78%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#754B2C (or 0x754B2C) is known color: Cape Palliser. HEX triplet: 75, 4B and 2C. RGB value is (117,75,44). Sum of RGB (Red+Green+Blue) = 117+75+44=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #754B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B2C is #8AB4D3. Grayscale: #545454. Windows color (decimal): -9090260 or 2902901. OLE color: 2902901.

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

Color convert

RGB 117 75 44 -
CMYK 0 0.36 0.62 0.54
HSL 25.48º 0.45% 0.32% -
HSV(B) 25.48º 0.62% 0.46% -
XYZ 10.31 9 3.58 -
YUV 84.02 105.41 151.52 -
System Red Green Blue C M Y K H S L
Decimal 117 75 44 0 0.36 0.62 0.54 25.48 0.45 0.32
Hex 75 4B 2C 0 24 3E 36 19 2D 20
Octal 165 113 54 0 44 76 66 31 55 40
Binary 1110101 1001011 101100 0 100100 111110 110110 11001 101101 100000

Color Harmonies of #754B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B2C

Black with #754B2C

Text Example


Text Example

White with #754B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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