Html Css Color HEX #754B2B Cape Palliser

📋 copy color: '#754B2B'

red 117 ◦ green 75 ◦ blue 43

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

Shades of Cape Palliser #754B2B

Tints of Cape Palliser #754B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.3%

R = 49.79%
G = 31.91%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#754B2B (or 0x754B2B) is known color: Cape Palliser. HEX triplet: 75, 4B and 2B. RGB value is (117,75,43). Sum of RGB (Red+Green+Blue) = 117+75+43=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #754B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B2B is #8AB4D4. Grayscale: #545454. Windows color (decimal): -9090261 or 2837365. OLE color: 2837365.

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

Color convert

RGB 117 75 43 -
CMYK 0 0.36 0.63 0.54
HSL 25.95º 0.46% 0.31% -
HSV(B) 25.95º 0.63% 0.46% -
XYZ 10.29 8.99 3.48 -
YUV 83.91 104.91 151.6 -
System Red Green Blue C M Y K H S L
Decimal 117 75 43 0 0.36 0.63 0.54 25.95 0.46 0.31
Hex 75 4B 2B 0 24 3F 36 1A 2E 1F
Octal 165 113 53 0 44 77 66 32 56 37
Binary 1110101 1001011 101011 0 100100 111111 110110 11010 101110 11111

Color Harmonies of #754B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B2B

Black with #754B2B

Text Example


Text Example

White with #754B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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