Html Css Color HEX #704828 Cafe Royale

📋 copy color: '#704828'

red 112 ◦ green 72 ◦ blue 40

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

Shades of Cafe Royale #704828

Tints of Cafe Royale #704828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.14%

 BLUE value IS 40 (16.02% from 255) = 17.86%

R = 50%
G = 32.14%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#704828 (or 0x704828) is known color: Cafe Royale. HEX triplet: 70, 48 and 28. RGB value is (112,72,40). Sum of RGB (Red+Green+Blue) = 112+72+40=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #704828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704828 is #8FB7D7. Grayscale: #505050. Windows color (decimal): -9418712 or 2639984. OLE color: 2639984.

HSL color Cylindrical-coordinate representation of color #704828: hue angle of 26.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #704828 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 72 40 -
CMYK 0 0.36 0.64 0.56
HSL 26.67º 0.47% 0.3% -
HSV(B) 26.67º 0.64% 0.44% -
XYZ 9.38 8.23 3.1 -
YUV 80.31 105.25 150.6 -
System Red Green Blue C M Y K H S L
Decimal 112 72 40 0 0.36 0.64 0.56 26.67 0.47 0.3
Hex 70 48 28 0 24 40 38 1B 2F 1E
Octal 160 110 50 0 44 100 70 33 57 36
Binary 1110000 1001000 101000 0 100100 1000000 111000 11011 101111 11110

Color Harmonies of #704828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704828

Black with #704828

Text Example


Text Example

White with #704828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704828; }

 p { color: rgb(112,72,40); }

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

background-color css

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

 a { background-color: rgb(112,72,40); }

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

border-color css

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

 span { border-color: rgb(112,72,40); }

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