Html Css Color HEX #704C26 Cafe Royale

📋 copy color: '#704C26'

red 112 ◦ green 76 ◦ blue 38

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

Shades of Cafe Royale #704C26

Tints of Cafe Royale #704C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.81%

R = 49.56%
G = 33.63%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#704C26 (or 0x704C26) is known color: Cafe Royale. HEX triplet: 70, 4C and 26. RGB value is (112,76,38). Sum of RGB (Red+Green+Blue) = 112+76+38=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #704C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C26 is #8FB3D9. Grayscale: #525252. Windows color (decimal): -9417690 or 2509936. OLE color: 2509936.

HSL color Cylindrical-coordinate representation of color #704C26: hue angle of 30.81º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #704C26 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 76 38 -
CMYK 0 0.32 0.66 0.56
HSL 30.81º 0.49% 0.29% -
HSV(B) 30.81º 0.66% 0.44% -
XYZ 9.62 8.75 3.02 -
YUV 82.43 102.93 149.09 -
System Red Green Blue C M Y K H S L
Decimal 112 76 38 0 0.32 0.66 0.56 30.81 0.49 0.29
Hex 70 4C 26 0 20 42 38 1F 31 1D
Octal 160 114 46 0 40 102 70 37 61 35
Binary 1110000 1001100 100110 0 100000 1000010 111000 11111 110001 11101

Color Harmonies of #704C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C26

Black with #704C26

Text Example


Text Example

White with #704C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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