Html Css Color HEX #70492B Cafe Royale

📋 copy color: '#70492B'

red 112 ◦ green 73 ◦ blue 43

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

Shades of Cafe Royale #70492B

Tints of Cafe Royale #70492B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.02%

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

R = 49.12%
G = 32.02%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#70492B (or 0x70492B) is known color: Cafe Royale. HEX triplet: 70, 49 and 2B. RGB value is (112,73,43). Sum of RGB (Red+Green+Blue) = 112+73+43=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70492B is #8FB6D4. Grayscale: #515151. Windows color (decimal): -9418453 or 2836848. OLE color: 2836848.

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

Color convert

RGB 112 73 43 -
CMYK 0 0.35 0.62 0.56
HSL 26.09º 0.45% 0.3% -
HSV(B) 26.09º 0.62% 0.44% -
XYZ 9.5 8.38 3.4 -
YUV 81.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 112 73 43 0 0.35 0.62 0.56 26.09 0.45 0.3
Hex 70 49 2B 0 23 3E 38 1A 2D 1E
Octal 160 111 53 0 43 76 70 32 55 36
Binary 1110000 1001001 101011 0 100011 111110 111000 11010 101101 11110

Color Harmonies of #70492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70492B

Black with #70492B

Text Example


Text Example

White with #70492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70492B; }

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

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

background-color css

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

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

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

border-color css

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

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

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