Html Css Color HEX #754B28 Cape Palliser

📋 copy color: '#754B28'

red 117 ◦ green 75 ◦ blue 40

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

Shades of Cape Palliser #754B28

Tints of Cape Palliser #754B28

RGB

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

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

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

R = 50.43%
G = 32.33%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#754B28 (or 0x754B28) is known color: Cape Palliser. HEX triplet: 75, 4B and 28. RGB value is (117,75,40). Sum of RGB (Red+Green+Blue) = 117+75+40=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #754B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754B28 is #8AB4D7. Grayscale: #535353. Windows color (decimal): -9090264 or 2640757. OLE color: 2640757.

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

Color convert

RGB 117 75 40 -
CMYK 0 0.36 0.66 0.54
HSL 27.27º 0.49% 0.31% -
HSV(B) 27.27º 0.66% 0.46% -
XYZ 10.24 8.97 3.2 -
YUV 83.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 117 75 40 0 0.36 0.66 0.54 27.27 0.49 0.31
Hex 75 4B 28 0 24 42 36 1B 31 1F
Octal 165 113 50 0 44 102 66 33 61 37
Binary 1110101 1001011 101000 0 100100 1000010 110110 11011 110001 11111

Color Harmonies of #754B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B28

Black with #754B28

Text Example


Text Example

White with #754B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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