Html Css Color HEX #70502D Cafe Royale

📋 copy color: '#70502D'

red 112 ◦ green 80 ◦ blue 45

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

Shades of Cafe Royale #70502D

Tints of Cafe Royale #70502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.99%

R = 47.26%
G = 33.76%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#70502D (or 0x70502D) is known color: Cafe Royale. HEX triplet: 70, 50 and 2D. RGB value is (112,80,45). Sum of RGB (Red+Green+Blue) = 112+80+45=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #70502D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70502D is #8FAFD2. Grayscale: #555555. Windows color (decimal): -9416659 or 2969712. OLE color: 2969712.

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

Color convert

RGB 112 80 45 -
CMYK 0 0.29 0.60 0.56
HSL 31.34º 0.43% 0.31% -
HSV(B) 31.34º 0.6% 0.44% -
XYZ 10.02 9.37 3.76 -
YUV 85.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 112 80 45 0 0.29 0.60 0.56 31.34 0.43 0.31
Hex 70 50 2D 0 1D 3C 38 1F 2B 1F
Octal 160 120 55 0 35 74 70 37 53 37
Binary 1110000 1010000 101101 0 11101 111100 111000 11111 101011 11111

Color Harmonies of #70502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70502D

Black with #70502D

Text Example


Text Example

White with #70502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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