Html Css Color HEX #704B2D Cafe Royale

📋 copy color: '#704B2D'

red 112 ◦ green 75 ◦ blue 45

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

Shades of Cafe Royale #704B2D

Tints of Cafe Royale #704B2D

RGB

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

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

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

R = 48.28%
G = 32.33%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#704B2D (or 0x704B2D) is known color: Cafe Royale. HEX triplet: 70, 4B and 2D. RGB value is (112,75,45). Sum of RGB (Red+Green+Blue) = 112+75+45=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #704B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B2D is #8FB4D2. Grayscale: #525252. Windows color (decimal): -9417939 or 2968432. OLE color: 2968432.

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

Color convert

RGB 112 75 45 -
CMYK 0 0.33 0.60 0.56
HSL 26.87º 0.43% 0.31% -
HSV(B) 26.87º 0.6% 0.44% -
XYZ 9.67 8.67 3.65 -
YUV 82.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 112 75 45 0 0.33 0.60 0.56 26.87 0.43 0.31
Hex 70 4B 2D 0 21 3C 38 1B 2B 1F
Octal 160 113 55 0 41 74 70 33 53 37
Binary 1110000 1001011 101101 0 100001 111100 111000 11011 101011 11111

Color Harmonies of #704B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B2D

Black with #704B2D

Text Example


Text Example

White with #704B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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