Html Css Color HEX #704F2B Cafe Royale

📋 copy color: '#704F2B'

red 112 ◦ green 79 ◦ blue 43

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

Shades of Cafe Royale #704F2B

Tints of Cafe Royale #704F2B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.76%

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

R = 47.86%
G = 33.76%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#704F2B (or 0x704F2B) is known color: Cafe Royale. HEX triplet: 70, 4F and 2B. RGB value is (112,79,43). Sum of RGB (Red+Green+Blue) = 112+79+43=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #704F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F2B is #8FB0D4. Grayscale: #545454. Windows color (decimal): -9416917 or 2838384. OLE color: 2838384.

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

Color convert

RGB 112 79 43 -
CMYK 0 0.29 0.62 0.56
HSL 31.3º 0.45% 0.3% -
HSV(B) 31.3º 0.62% 0.44% -
XYZ 9.91 9.21 3.54 -
YUV 84.76 104.43 147.43 -
System Red Green Blue C M Y K H S L
Decimal 112 79 43 0 0.29 0.62 0.56 31.3 0.45 0.3
Hex 70 4F 2B 0 1D 3E 38 1F 2D 1E
Octal 160 117 53 0 35 76 70 37 55 36
Binary 1110000 1001111 101011 0 11101 111110 111000 11111 101101 11110

Color Harmonies of #704F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F2B

Black with #704F2B

Text Example


Text Example

White with #704F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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