Html Css Color HEX #725026 Cafe Royale

📋 copy color: '#725026'

red 114 ◦ green 80 ◦ blue 38

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

Shades of Cafe Royale #725026

Tints of Cafe Royale #725026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.38%

R = 49.14%
G = 34.48%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#725026 (or 0x725026) is known color: Cafe Royale. HEX triplet: 72, 50 and 26. RGB value is (114,80,38). Sum of RGB (Red+Green+Blue) = 114+80+38=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #725026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725026 is #8DAFD9. Grayscale: #555555. Windows color (decimal): -9285594 or 2510962. OLE color: 2510962.

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

Color convert

RGB 114 80 38 -
CMYK 0 0.30 0.67 0.55
HSL 33.16º 0.5% 0.3% -
HSV(B) 33.16º 0.67% 0.45% -
XYZ 10.16 9.45 3.12 -
YUV 85.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 114 80 38 0 0.30 0.67 0.55 33.16 0.5 0.3
Hex 72 50 26 0 1E 43 37 21 32 1E
Octal 162 120 46 0 36 103 67 41 62 36
Binary 1110010 1010000 100110 0 11110 1000011 110111 100001 110010 11110

Color Harmonies of #725026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725026

Black with #725026

Text Example


Text Example

White with #725026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725026; }

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

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

background-color css

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

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

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

border-color css

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

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

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