Html Css Color HEX #704C2D Cafe Royale

📋 copy color: '#704C2D'

red 112 ◦ green 76 ◦ blue 45

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

Shades of Cafe Royale #704C2D

Tints of Cafe Royale #704C2D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.62%

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

R = 48.07%
G = 32.62%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#704C2D (or 0x704C2D) is known color: Cafe Royale. HEX triplet: 70, 4C and 2D. RGB value is (112,76,45). Sum of RGB (Red+Green+Blue) = 112+76+45=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #704C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C2D is #8FB3D2. Grayscale: #535353. Windows color (decimal): -9417683 or 2968688. OLE color: 2968688.

HSL color Cylindrical-coordinate representation of color #704C2D: hue angle of 27.76º 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 #704C2D is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 76 45 -
CMYK 0 0.32 0.60 0.56
HSL 27.76º 0.43% 0.31% -
HSV(B) 27.76º 0.6% 0.44% -
XYZ 9.74 8.8 3.67 -
YUV 83.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 112 76 45 0 0.32 0.60 0.56 27.76 0.43 0.31
Hex 70 4C 2D 0 20 3C 38 1C 2B 1F
Octal 160 114 55 0 40 74 70 34 53 37
Binary 1110000 1001100 101101 0 100000 111100 111000 11100 101011 11111

Color Harmonies of #704C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C2D

Black with #704C2D

Text Example


Text Example

White with #704C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704C2D; }

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

 H1.HeaderClassName
 {
   color: #704C2D;
 }
 .AnyTagClassName
 {
   color: #704C2D;
 }
</style>

background-color css

<style>
 a { background-color: #704C2D; }

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

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

border-color css

<style>
 span { border-color: #704C2D; }

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

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