Html Css Color HEX #704B25 Cafe Royale

📋 copy color: '#704B25'

red 112 ◦ green 75 ◦ blue 37

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

Shades of Cafe Royale #704B25

Tints of Cafe Royale #704B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.52%

R = 50%
G = 33.48%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#704B25 (or 0x704B25) is known color: Cafe Royale. HEX triplet: 70, 4B and 25. RGB value is (112,75,37). Sum of RGB (Red+Green+Blue) = 112+75+37=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #704B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B25 is #8FB4DA. Grayscale: #515151. Windows color (decimal): -9417947 or 2444144. OLE color: 2444144.

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

Color convert

RGB 112 75 37 -
CMYK 0 0.33 0.67 0.56
HSL 30.4º 0.5% 0.29% -
HSV(B) 30.4º 0.67% 0.44% -
XYZ 9.53 8.61 2.91 -
YUV 81.73 102.76 149.59 -
System Red Green Blue C M Y K H S L
Decimal 112 75 37 0 0.33 0.67 0.56 30.4 0.5 0.29
Hex 70 4B 25 0 21 43 38 1E 32 1D
Octal 160 113 45 0 41 103 70 36 62 35
Binary 1110000 1001011 100101 0 100001 1000011 111000 11110 110010 11101

Color Harmonies of #704B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B25

Black with #704B25

Text Example


Text Example

White with #704B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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