Html Css Color HEX #725028 Cafe Royale

📋 copy color: '#725028'

red 114 ◦ green 80 ◦ blue 40

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

Shades of Cafe Royale #725028

Tints of Cafe Royale #725028

RGB

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

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

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

R = 48.72%
G = 34.19%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#725028 (or 0x725028) is known color: Cafe Royale. HEX triplet: 72, 50 and 28. RGB value is (114,80,40). Sum of RGB (Red+Green+Blue) = 114+80+40=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #725028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725028 is #8DAFD7. Grayscale: #555555. Windows color (decimal): -9285592 or 2642034. OLE color: 2642034.

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

Color convert

RGB 114 80 40 -
CMYK 0 0.30 0.65 0.55
HSL 32.43º 0.48% 0.3% -
HSV(B) 32.43º 0.65% 0.45% -
XYZ 10.19 9.47 3.3 -
YUV 85.61 102.26 148.25 -
System Red Green Blue C M Y K H S L
Decimal 114 80 40 0 0.30 0.65 0.55 32.43 0.48 0.3
Hex 72 50 28 0 1E 41 37 20 30 1E
Octal 162 120 50 0 36 101 67 40 60 36
Binary 1110010 1010000 101000 0 11110 1000001 110111 100000 110000 11110

Color Harmonies of #725028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725028

Black with #725028

Text Example


Text Example

White with #725028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725028; }

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

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

background-color css

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

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

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

border-color css

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

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

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