Html Css Color HEX #70502C Cafe Royale

📋 copy color: '#70502C'

red 112 ◦ green 80 ◦ blue 44

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

Shades of Cafe Royale #70502C

Tints of Cafe Royale #70502C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.64%

R = 47.46%
G = 33.9%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#70502C (or 0x70502C) is known color: Cafe Royale. HEX triplet: 70, 50 and 2C. RGB value is (112,80,44). Sum of RGB (Red+Green+Blue) = 112+80+44=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #70502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70502C is #8FAFD3. Grayscale: #555555. Windows color (decimal): -9416660 or 2904176. OLE color: 2904176.

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

Color convert

RGB 112 80 44 -
CMYK 0 0.29 0.61 0.56
HSL 31.76º 0.44% 0.31% -
HSV(B) 31.76º 0.61% 0.44% -
XYZ 10.01 9.36 3.66 -
YUV 85.46 104.6 146.93 -
System Red Green Blue C M Y K H S L
Decimal 112 80 44 0 0.29 0.61 0.56 31.76 0.44 0.31
Hex 70 50 2C 0 1D 3D 38 20 2C 1F
Octal 160 120 54 0 35 75 70 40 54 37
Binary 1110000 1010000 101100 0 11101 111101 111000 100000 101100 11111

Color Harmonies of #70502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70502C

Black with #70502C

Text Example


Text Example

White with #70502C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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