Html Css Color HEX #725029 Cafe Royale

📋 copy color: '#725029'

red 114 ◦ green 80 ◦ blue 41

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

Shades of Cafe Royale #725029

Tints of Cafe Royale #725029

RGB

 RED value IS 114 (44.92% from 255) = 48.51%

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

 BLUE value IS 41 (16.41% from 255) = 17.45%

R = 48.51%
G = 34.04%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#725029 (or 0x725029) is known color: Cafe Royale. HEX triplet: 72, 50 and 29. RGB value is (114,80,41). Sum of RGB (Red+Green+Blue) = 114+80+41=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #725029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725029 is #8DAFD6. Grayscale: #555555. Windows color (decimal): -9285591 or 2707570. OLE color: 2707570.

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

Color convert

RGB 114 80 41 -
CMYK 0 0.30 0.64 0.55
HSL 32.05º 0.47% 0.3% -
HSV(B) 32.05º 0.64% 0.45% -
XYZ 10.21 9.47 3.39 -
YUV 85.72 102.76 148.17 -
System Red Green Blue C M Y K H S L
Decimal 114 80 41 0 0.30 0.64 0.55 32.05 0.47 0.3
Hex 72 50 29 0 1E 40 37 20 2F 1E
Octal 162 120 51 0 36 100 67 40 57 36
Binary 1110010 1010000 101001 0 11110 1000000 110111 100000 101111 11110

Color Harmonies of #725029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725029

Black with #725029

Text Example


Text Example

White with #725029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725029; }

 p { color: rgb(114,80,41); }

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

background-color css

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

 a { background-color: rgb(114,80,41); }

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

border-color css

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

 span { border-color: rgb(114,80,41); }

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