Html Css Color HEX #70482F Cape Palliser

📋 copy color: '#70482F'

red 112 ◦ green 72 ◦ blue 47

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

Shades of Cape Palliser #70482F

Tints of Cape Palliser #70482F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.17%

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

R = 48.48%
G = 31.17%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#70482F (or 0x70482F) is known color: Cape Palliser. HEX triplet: 70, 48 and 2F. RGB value is (112,72,47). Sum of RGB (Red+Green+Blue) = 112+72+47=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #70482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70482F is #8FB7D0. Grayscale: #515151. Windows color (decimal): -9418705 or 3098736. OLE color: 3098736.

HSL color Cylindrical-coordinate representation of color #70482F: hue angle of 23.08º 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 #70482F is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 72 47 -
CMYK 0 0.36 0.58 0.56
HSL 23.08º 0.41% 0.31% -
HSV(B) 23.08º 0.58% 0.44% -
XYZ 9.51 8.28 3.79 -
YUV 81.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 112 72 47 0 0.36 0.58 0.56 23.08 0.41 0.31
Hex 70 48 2F 0 24 3A 38 17 29 1F
Octal 160 110 57 0 44 72 70 27 51 37
Binary 1110000 1001000 101111 0 100100 111010 111000 10111 101001 11111

Color Harmonies of #70482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70482F

Black with #70482F

Text Example


Text Example

White with #70482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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