Html Css Color HEX #704D30 Cape Palliser

📋 copy color: '#704D30'

red 112 ◦ green 77 ◦ blue 48

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

Shades of Cape Palliser #704D30

Tints of Cape Palliser #704D30

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.49%

 BLUE value IS 48 (19.14% from 255) = 20.25%

R = 47.26%
G = 32.49%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#704D30 (or 0x704D30) is known color: Cape Palliser. HEX triplet: 70, 4D and 30. RGB value is (112,77,48). Sum of RGB (Red+Green+Blue) = 112+77+48=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #704D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D30 is #8FB2CF. Grayscale: #545454. Windows color (decimal): -9417424 or 3165552. OLE color: 3165552.

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

Color convert

RGB 112 77 48 -
CMYK 0 0.31 0.57 0.56
HSL 27.19º 0.4% 0.31% -
HSV(B) 27.19º 0.57% 0.44% -
XYZ 9.87 8.97 4.01 -
YUV 84.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 112 77 48 0 0.31 0.57 0.56 27.19 0.4 0.31
Hex 70 4D 30 0 1F 39 38 1B 28 1F
Octal 160 115 60 0 37 71 70 33 50 37
Binary 1110000 1001101 110000 0 11111 111001 111000 11011 101000 11111

Color Harmonies of #704D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D30

Black with #704D30

Text Example


Text Example

White with #704D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,77,48); }

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

background-color css

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

 a { background-color: rgb(112,77,48); }

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

border-color css

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

 span { border-color: rgb(112,77,48); }

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