Html Css Color HEX #70502B Cafe Royale

📋 copy color: '#70502B'

red 112 ◦ green 80 ◦ blue 43

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

Shades of Cafe Royale #70502B

Tints of Cafe Royale #70502B

RGB

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

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

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

R = 47.66%
G = 34.04%
B = 18.3%

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

#70502B (or 0x70502B) is known color: Cafe Royale. HEX triplet: 70, 50 and 2B. RGB value is (112,80,43). Sum of RGB (Red+Green+Blue) = 112+80+43=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #70502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70502B is #8FAFD4. Grayscale: #555555. Windows color (decimal): -9416661 or 2838640. OLE color: 2838640.

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

Color convert

RGB 112 80 43 -
CMYK 0 0.29 0.62 0.56
HSL 32.17º 0.45% 0.3% -
HSV(B) 32.17º 0.62% 0.44% -
XYZ 9.99 9.36 3.57 -
YUV 85.35 104.1 147.01 -
System Red Green Blue C M Y K H S L
Decimal 112 80 43 0 0.29 0.62 0.56 32.17 0.45 0.3
Hex 70 50 2B 0 1D 3E 38 20 2D 1E
Octal 160 120 53 0 35 76 70 40 55 36
Binary 1110000 1010000 101011 0 11101 111110 111000 100000 101101 11110

Color Harmonies of #70502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70502B

Black with #70502B

Text Example


Text Example

White with #70502B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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