Html Css Color HEX #704B2C Cafe Royale

📋 copy color: '#704B2C'

red 112 ◦ green 75 ◦ blue 44

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

Shades of Cafe Royale #704B2C

Tints of Cafe Royale #704B2C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.47%

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

R = 48.48%
G = 32.47%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#704B2C (or 0x704B2C) is known color: Cafe Royale. HEX triplet: 70, 4B and 2C. RGB value is (112,75,44). Sum of RGB (Red+Green+Blue) = 112+75+44=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #704B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B2C is #8FB4D3. Grayscale: #525252. Windows color (decimal): -9417940 or 2902896. OLE color: 2902896.

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

Color convert

RGB 112 75 44 -
CMYK 0 0.33 0.61 0.56
HSL 27.35º 0.44% 0.31% -
HSV(B) 27.35º 0.61% 0.44% -
XYZ 9.65 8.66 3.55 -
YUV 82.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 112 75 44 0 0.33 0.61 0.56 27.35 0.44 0.31
Hex 70 4B 2C 0 21 3D 38 1B 2C 1F
Octal 160 113 54 0 41 75 70 33 54 37
Binary 1110000 1001011 101100 0 100001 111101 111000 11011 101100 11111

Color Harmonies of #704B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B2C

Black with #704B2C

Text Example


Text Example

White with #704B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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