Html Css Color HEX #74462F Cape Palliser

📋 copy color: '#74462F'

red 116 ◦ green 70 ◦ blue 47

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

Shades of Cape Palliser #74462F

Tints of Cape Palliser #74462F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.17%

R = 49.79%
G = 30.04%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74462F (or 0x74462F) is known color: Cape Palliser. HEX triplet: 74, 46 and 2F. RGB value is (116,70,47). Sum of RGB (Red+Green+Blue) = 116+70+47=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #74462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74462F is #8BB9D0. Grayscale: #515151. Windows color (decimal): -9157073 or 3098228. OLE color: 3098228.

HSL color Cylindrical-coordinate representation of color #74462F: hue angle of 20º degrees, saturation: 0.42, 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 #74462F is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 70 47 -
CMYK 0 0.40 0.59 0.55
HSL 20º 0.42% 0.32% -
HSV(B) 20º 0.59% 0.45% -
XYZ 9.91 8.3 3.77 -
YUV 81.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 116 70 47 0 0.40 0.59 0.55 20 0.42 0.32
Hex 74 46 2F 0 28 3B 37 14 2A 20
Octal 164 106 57 0 50 73 67 24 52 40
Binary 1110100 1000110 101111 0 101000 111011 110111 10100 101010 100000

Color Harmonies of #74462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74462F

Black with #74462F

Text Example


Text Example

White with #74462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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