Html Css Color HEX #704C30 Cape Palliser

📋 copy color: '#704C30'

red 112 ◦ green 76 ◦ blue 48

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

Shades of Cape Palliser #704C30

Tints of Cape Palliser #704C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.2%

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

R = 47.46%
G = 32.2%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#704C30 (or 0x704C30) is known color: Cape Palliser. HEX triplet: 70, 4C and 30. RGB value is (112,76,48). Sum of RGB (Red+Green+Blue) = 112+76+48=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #704C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C30 is #8FB3CF. Grayscale: #535353. Windows color (decimal): -9417680 or 3165296. OLE color: 3165296.

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

Color convert

RGB 112 76 48 -
CMYK 0 0.32 0.57 0.56
HSL 26.25º 0.4% 0.31% -
HSV(B) 26.25º 0.57% 0.44% -
XYZ 9.8 8.83 3.98 -
YUV 83.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 112 76 48 0 0.32 0.57 0.56 26.25 0.4 0.31
Hex 70 4C 30 0 20 39 38 1A 28 1F
Octal 160 114 60 0 40 71 70 32 50 37
Binary 1110000 1001100 110000 0 100000 111001 111000 11010 101000 11111

Color Harmonies of #704C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C30

Black with #704C30

Text Example


Text Example

White with #704C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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