Html Css Color HEX #72502A Cafe Royale

📋 copy color: '#72502A'

red 114 ◦ green 80 ◦ blue 42

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

Shades of Cafe Royale #72502A

Tints of Cafe Royale #72502A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.8%

R = 48.31%
G = 33.9%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#72502A (or 0x72502A) is known color: Cafe Royale. HEX triplet: 72, 50 and 2A. RGB value is (114,80,42). Sum of RGB (Red+Green+Blue) = 114+80+42=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #72502A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72502A is #8DAFD5. Grayscale: #565656. Windows color (decimal): -9285590 or 2773106. OLE color: 2773106.

HSL color Cylindrical-coordinate representation of color #72502A: hue angle of 31.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72502A is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 80 42 -
CMYK 0 0.30 0.63 0.55
HSL 31.67º 0.46% 0.31% -
HSV(B) 31.67º 0.63% 0.45% -
XYZ 10.23 9.48 3.48 -
YUV 85.83 103.26 148.09 -
System Red Green Blue C M Y K H S L
Decimal 114 80 42 0 0.30 0.63 0.55 31.67 0.46 0.31
Hex 72 50 2A 0 1E 3F 37 20 2E 1F
Octal 162 120 52 0 36 77 67 40 56 37
Binary 1110010 1010000 101010 0 11110 111111 110111 100000 101110 11111

Color Harmonies of #72502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72502A

Black with #72502A

Text Example


Text Example

White with #72502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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