Html Css Color HEX #72502B Cafe Royale

📋 copy color: '#72502B'

red 114 ◦ green 80 ◦ blue 43

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

Shades of Cafe Royale #72502B

Tints of Cafe Royale #72502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.14%

R = 48.1%
G = 33.76%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#72502B (or 0x72502B) is known color: Cafe Royale. HEX triplet: 72, 50 and 2B. RGB value is (114,80,43). Sum of RGB (Red+Green+Blue) = 114+80+43=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #72502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72502B is #8DAFD4. Grayscale: #565656. Windows color (decimal): -9285589 or 2838642. OLE color: 2838642.

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

Color convert

RGB 114 80 43 -
CMYK 0 0.30 0.62 0.55
HSL 31.27º 0.45% 0.31% -
HSV(B) 31.27º 0.62% 0.45% -
XYZ 10.24 9.49 3.58 -
YUV 85.95 103.76 148.01 -
System Red Green Blue C M Y K H S L
Decimal 114 80 43 0 0.30 0.62 0.55 31.27 0.45 0.31
Hex 72 50 2B 0 1E 3E 37 1F 2D 1F
Octal 162 120 53 0 36 76 67 37 55 37
Binary 1110010 1010000 101011 0 11110 111110 110111 11111 101101 11111

Color Harmonies of #72502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72502B

Black with #72502B

Text Example


Text Example

White with #72502B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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