Html Css Color HEX #704C2B Cafe Royale

📋 copy color: '#704C2B'

red 112 ◦ green 76 ◦ blue 43

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

Shades of Cafe Royale #704C2B

Tints of Cafe Royale #704C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.61%

R = 48.48%
G = 32.9%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#704C2B (or 0x704C2B) is known color: Cafe Royale. HEX triplet: 70, 4C and 2B. RGB value is (112,76,43). Sum of RGB (Red+Green+Blue) = 112+76+43=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #704C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C2B is #8FB3D4. Grayscale: #535353. Windows color (decimal): -9417685 or 2837616. OLE color: 2837616.

HSL color Cylindrical-coordinate representation of color #704C2B: hue angle of 28.7º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #704C2B is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 76 43 -
CMYK 0 0.32 0.62 0.56
HSL 28.7º 0.45% 0.3% -
HSV(B) 28.7º 0.62% 0.44% -
XYZ 9.7 8.79 3.47 -
YUV 83 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 112 76 43 0 0.32 0.62 0.56 28.7 0.45 0.3
Hex 70 4C 2B 0 20 3E 38 1D 2D 1E
Octal 160 114 53 0 40 76 70 35 55 36
Binary 1110000 1001100 101011 0 100000 111110 111000 11101 101101 11110

Color Harmonies of #704C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C2B

Black with #704C2B

Text Example


Text Example

White with #704C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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