Html Css Color HEX #704830 Cape Palliser

📋 copy color: '#704830'

red 112 ◦ green 72 ◦ blue 48

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

Shades of Cape Palliser #704830

Tints of Cape Palliser #704830

RGB

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

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

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

R = 48.28%
G = 31.03%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#704830 (or 0x704830) is known color: Cape Palliser. HEX triplet: 70, 48 and 30. RGB value is (112,72,48). Sum of RGB (Red+Green+Blue) = 112+72+48=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #704830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704830 is #8FB7CF. Grayscale: #515151. Windows color (decimal): -9418704 or 3164272. OLE color: 3164272.

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

Color convert

RGB 112 72 48 -
CMYK 0 0.36 0.57 0.56
HSL 22.5º 0.4% 0.31% -
HSV(B) 22.5º 0.57% 0.44% -
XYZ 9.53 8.29 3.89 -
YUV 81.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 112 72 48 0 0.36 0.57 0.56 22.5 0.4 0.31
Hex 70 48 30 0 24 39 38 16 28 1F
Octal 160 110 60 0 44 71 70 26 50 37
Binary 1110000 1001000 110000 0 100100 111001 111000 10110 101000 11111

Color Harmonies of #704830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704830

Black with #704830

Text Example


Text Example

White with #704830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704830; }

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

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

background-color css

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

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

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

border-color css

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

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

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