Html Css Color HEX #754630 Cape Palliser

📋 copy color: '#754630'

red 117 ◦ green 70 ◦ blue 48

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

Shades of Cape Palliser #754630

Tints of Cape Palliser #754630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.79%

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

R = 49.79%
G = 29.79%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#754630 (or 0x754630) is known color: Cape Palliser. HEX triplet: 75, 46 and 30. RGB value is (117,70,48). Sum of RGB (Red+Green+Blue) = 117+70+48=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #754630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754630 is #8AB9CF. Grayscale: #515151. Windows color (decimal): -9091536 or 3163765. OLE color: 3163765.

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

Color convert

RGB 117 70 48 -
CMYK 0 0.40 0.59 0.54
HSL 19.13º 0.42% 0.32% -
HSV(B) 19.13º 0.59% 0.46% -
XYZ 10.06 8.38 3.88 -
YUV 81.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 117 70 48 0 0.40 0.59 0.54 19.13 0.42 0.32
Hex 75 46 30 0 28 3B 36 13 2A 20
Octal 165 106 60 0 50 73 66 23 52 40
Binary 1110101 1000110 110000 0 101000 111011 110110 10011 101010 100000

Color Harmonies of #754630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754630

Black with #754630

Text Example


Text Example

White with #754630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754630; }

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

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

background-color css

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

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

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

border-color css

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

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

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