Html Css Color HEX #744C30 Cape Palliser

📋 copy color: '#744C30'

red 116 ◦ green 76 ◦ blue 48

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

Shades of Cape Palliser #744C30

Tints of Cape Palliser #744C30

RGB

 RED value IS 116 (45.7% from 255) = 48.33%

 GREEN value IS 76 (30.08% from 255) = 31.67%

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

R = 48.33%
G = 31.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#744C30 (or 0x744C30) is known color: Cape Palliser. HEX triplet: 74, 4C and 30. RGB value is (116,76,48). Sum of RGB (Red+Green+Blue) = 116+76+48=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #744C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C30 is #8BB3CF. Grayscale: #545454. Windows color (decimal): -9155536 or 3165300. OLE color: 3165300.

HSL color Cylindrical-coordinate representation of color #744C30: hue angle of 24.71º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #744C30 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 76 48 -
CMYK 0 0.34 0.59 0.55
HSL 24.71º 0.41% 0.32% -
HSV(B) 24.71º 0.59% 0.45% -
XYZ 10.32 9.1 4.01 -
YUV 84.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 116 76 48 0 0.34 0.59 0.55 24.71 0.41 0.32
Hex 74 4C 30 0 22 3B 37 19 29 20
Octal 164 114 60 0 42 73 67 31 51 40
Binary 1110100 1001100 110000 0 100010 111011 110111 11001 101001 100000

Color Harmonies of #744C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744C30

Black with #744C30

Text Example


Text Example

White with #744C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744C30; }

 p { color: rgb(116,76,48); }

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

background-color css

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

 a { background-color: rgb(116,76,48); }

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

border-color css

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

 span { border-color: rgb(116,76,48); }

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