Html Css Color HEX #74462D Cape Palliser

📋 copy color: '#74462D'

red 116 ◦ green 70 ◦ blue 45

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

Shades of Cape Palliser #74462D

Tints of Cape Palliser #74462D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.48%

R = 50.22%
G = 30.3%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#74462D (or 0x74462D) is known color: Cape Palliser. HEX triplet: 74, 46 and 2D. RGB value is (116,70,45). Sum of RGB (Red+Green+Blue) = 116+70+45=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74462D is #8BB9D2. Grayscale: #515151. Windows color (decimal): -9157075 or 2967156. OLE color: 2967156.

HSL color Cylindrical-coordinate representation of color #74462D: hue angle of 21.13º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74462D is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 70 45 -
CMYK 0 0.40 0.61 0.55
HSL 21.13º 0.44% 0.32% -
HSV(B) 21.13º 0.61% 0.45% -
XYZ 9.87 8.28 3.56 -
YUV 80.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 116 70 45 0 0.40 0.61 0.55 21.13 0.44 0.32
Hex 74 46 2D 0 28 3D 37 15 2C 20
Octal 164 106 55 0 50 75 67 25 54 40
Binary 1110100 1000110 101101 0 101000 111101 110111 10101 101100 100000

Color Harmonies of #74462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74462D

Black with #74462D

Text Example


Text Example

White with #74462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74462D; }

 p { color: rgb(116,70,45); }

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

background-color css

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

 a { background-color: rgb(116,70,45); }

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

border-color css

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

 span { border-color: rgb(116,70,45); }

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