Html Css Color HEX #70492F Cape Palliser

📋 copy color: '#70492F'

red 112 ◦ green 73 ◦ blue 47

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

Shades of Cape Palliser #70492F

Tints of Cape Palliser #70492F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.47%

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

R = 48.28%
G = 31.47%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#70492F (or 0x70492F) is known color: Cape Palliser. HEX triplet: 70, 49 and 2F. RGB value is (112,73,47). Sum of RGB (Red+Green+Blue) = 112+73+47=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #70492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70492F is #8FB6D0. Grayscale: #515151. Windows color (decimal): -9418449 or 3098992. OLE color: 3098992.

HSL color Cylindrical-coordinate representation of color #70492F: hue angle of 24º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70492F is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 73 47 -
CMYK 0 0.35 0.58 0.56
HSL 24º 0.41% 0.31% -
HSV(B) 24º 0.58% 0.44% -
XYZ 9.58 8.42 3.81 -
YUV 81.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 112 73 47 0 0.35 0.58 0.56 24 0.41 0.31
Hex 70 49 2F 0 23 3A 38 18 29 1F
Octal 160 111 57 0 43 72 70 30 51 37
Binary 1110000 1001001 101111 0 100011 111010 111000 11000 101001 11111

Color Harmonies of #70492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70492F

Black with #70492F

Text Example


Text Example

White with #70492F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,73,47); }

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

background-color css

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

 a { background-color: rgb(112,73,47); }

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

border-color css

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

 span { border-color: rgb(112,73,47); }

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