Html Css Color HEX #70502F Cafe Royale

📋 copy color: '#70502F'

red 112 ◦ green 80 ◦ blue 47

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

Shades of Cafe Royale #70502F

Tints of Cafe Royale #70502F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.67%

R = 46.86%
G = 33.47%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#70502F (or 0x70502F) is known color: Cafe Royale. HEX triplet: 70, 50 and 2F. RGB value is (112,80,47). Sum of RGB (Red+Green+Blue) = 112+80+47=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70502F is #8FAFD0. Grayscale: #555555. Windows color (decimal): -9416657 or 3100784. OLE color: 3100784.

HSL color Cylindrical-coordinate representation of color #70502F: hue angle of 30.46º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70502F is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 47 -
CMYK 0 0.29 0.58 0.56
HSL 30.46º 0.41% 0.31% -
HSV(B) 30.46º 0.58% 0.44% -
XYZ 10.06 9.39 3.97 -
YUV 85.81 106.1 146.68 -
System Red Green Blue C M Y K H S L
Decimal 112 80 47 0 0.29 0.58 0.56 30.46 0.41 0.31
Hex 70 50 2F 0 1D 3A 38 1E 29 1F
Octal 160 120 57 0 35 72 70 36 51 37
Binary 1110000 1010000 101111 0 11101 111010 111000 11110 101001 11111

Color Harmonies of #70502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70502F

Black with #70502F

Text Example


Text Example

White with #70502F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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