Html Css Color HEX #704A2D Cape Palliser

📋 copy color: '#704A2D'

red 112 ◦ green 74 ◦ blue 45

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

Shades of Cape Palliser #704A2D

Tints of Cape Palliser #704A2D

RGB

 RED value IS 112 (44.14% from 255) = 48.48%

 GREEN value IS 74 (29.3% from 255) = 32.03%

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

R = 48.48%
G = 32.03%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#704A2D (or 0x704A2D) is known color: Cape Palliser. HEX triplet: 70, 4A and 2D. RGB value is (112,74,45). Sum of RGB (Red+Green+Blue) = 112+74+45=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #704A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A2D is #8FB5D2. Grayscale: #525252. Windows color (decimal): -9418195 or 2968176. OLE color: 2968176.

HSL color Cylindrical-coordinate representation of color #704A2D: hue angle of 25.97º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #704A2D is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 74 45 -
CMYK 0 0.34 0.60 0.56
HSL 25.97º 0.43% 0.31% -
HSV(B) 25.97º 0.6% 0.44% -
XYZ 9.6 8.53 3.62 -
YUV 82.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 112 74 45 0 0.34 0.60 0.56 25.97 0.43 0.31
Hex 70 4A 2D 0 22 3C 38 1A 2B 1F
Octal 160 112 55 0 42 74 70 32 53 37
Binary 1110000 1001010 101101 0 100010 111100 111000 11010 101011 11111

Color Harmonies of #704A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A2D

Black with #704A2D

Text Example


Text Example

White with #704A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704A2D; }

 p { color: rgb(112,74,45); }

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

background-color css

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

 a { background-color: rgb(112,74,45); }

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

border-color css

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

 span { border-color: rgb(112,74,45); }

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