Html Css Color HEX #70502A Cafe Royale

📋 copy color: '#70502A'

red 112 ◦ green 80 ◦ blue 42

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

Shades of Cafe Royale #70502A

Tints of Cafe Royale #70502A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.19%

 BLUE value IS 42 (16.8% from 255) = 17.95%

R = 47.86%
G = 34.19%
B = 17.95%

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

#70502A (or 0x70502A) is known color: Cafe Royale. HEX triplet: 70, 50 and 2A. RGB value is (112,80,42). Sum of RGB (Red+Green+Blue) = 112+80+42=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #70502A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70502A is #8FAFD5. Grayscale: #555555. Windows color (decimal): -9416662 or 2773104. OLE color: 2773104.

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

Color convert

RGB 112 80 42 -
CMYK 0 0.29 0.62 0.56
HSL 32.57º 0.45% 0.3% -
HSV(B) 32.57º 0.63% 0.44% -
XYZ 9.97 9.35 3.47 -
YUV 85.24 103.6 147.09 -
System Red Green Blue C M Y K H S L
Decimal 112 80 42 0 0.29 0.62 0.56 32.57 0.45 0.3
Hex 70 50 2A 0 1D 3E 38 21 2D 1E
Octal 160 120 52 0 35 76 70 41 55 36
Binary 1110000 1010000 101010 0 11101 111110 111000 100001 101101 11110

Color Harmonies of #70502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70502A

Black with #70502A

Text Example


Text Example

White with #70502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70502A; }

 p { color: rgb(112,80,42); }

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

background-color css

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

 a { background-color: rgb(112,80,42); }

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

border-color css

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

 span { border-color: rgb(112,80,42); }

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