Html Css Color HEX #705028 Cafe Royale

📋 copy color: '#705028'

red 112 ◦ green 80 ◦ blue 40

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

Shades of Cafe Royale #705028

Tints of Cafe Royale #705028

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.48%

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

R = 48.28%
G = 34.48%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#705028 (or 0x705028) is known color: Cafe Royale. HEX triplet: 70, 50 and 28. RGB value is (112,80,40). Sum of RGB (Red+Green+Blue) = 112+80+40=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #705028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705028 is #8FAFD7. Grayscale: #555555. Windows color (decimal): -9416664 or 2642032. OLE color: 2642032.

HSL color Cylindrical-coordinate representation of color #705028: hue angle of 33.33º 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 #705028 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 40 -
CMYK 0 0.29 0.64 0.56
HSL 33.33º 0.47% 0.3% -
HSV(B) 33.33º 0.64% 0.44% -
XYZ 9.93 9.34 3.29 -
YUV 85.01 102.6 147.25 -
System Red Green Blue C M Y K H S L
Decimal 112 80 40 0 0.29 0.64 0.56 33.33 0.47 0.3
Hex 70 50 28 0 1D 40 38 21 2F 1E
Octal 160 120 50 0 35 100 70 41 57 36
Binary 1110000 1010000 101000 0 11101 1000000 111000 100001 101111 11110

Color Harmonies of #705028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705028

Black with #705028

Text Example


Text Example

White with #705028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705028; }

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

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

background-color css

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

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

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

border-color css

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

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

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