Html Css Color HEX #70502E Cafe Royale

📋 copy color: '#70502E'

red 112 ◦ green 80 ◦ blue 46

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

Shades of Cafe Royale #70502E

Tints of Cafe Royale #70502E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.33%

R = 47.06%
G = 33.61%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#70502E (or 0x70502E) is known color: Cafe Royale. HEX triplet: 70, 50 and 2E. RGB value is (112,80,46). Sum of RGB (Red+Green+Blue) = 112+80+46=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #70502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70502E is #8FAFD1. Grayscale: #555555. Windows color (decimal): -9416658 or 3035248. OLE color: 3035248.

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

Color convert

RGB 112 80 46 -
CMYK 0 0.29 0.59 0.56
HSL 30.91º 0.42% 0.31% -
HSV(B) 30.91º 0.59% 0.44% -
XYZ 10.04 9.38 3.87 -
YUV 85.69 105.6 146.76 -
System Red Green Blue C M Y K H S L
Decimal 112 80 46 0 0.29 0.59 0.56 30.91 0.42 0.31
Hex 70 50 2E 0 1D 3B 38 1F 2A 1F
Octal 160 120 56 0 35 73 70 37 52 37
Binary 1110000 1010000 101110 0 11101 111011 111000 11111 101010 11111

Color Harmonies of #70502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70502E

Black with #70502E

Text Example


Text Example

White with #70502E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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