Html Css Color HEX #724C2B Cafe Royale

📋 copy color: '#724C2B'

red 114 ◦ green 76 ◦ blue 43

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

Shades of Cafe Royale #724C2B

Tints of Cafe Royale #724C2B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.62%

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

R = 48.93%
G = 32.62%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#724C2B (or 0x724C2B) is known color: Cafe Royale. HEX triplet: 72, 4C and 2B. RGB value is (114,76,43). Sum of RGB (Red+Green+Blue) = 114+76+43=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #724C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C2B is #8DB3D4. Grayscale: #535353. Windows color (decimal): -9286613 or 2837618. OLE color: 2837618.

HSL color Cylindrical-coordinate representation of color #724C2B: hue angle of 27.89º 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 #724C2B is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 76 43 -
CMYK 0 0.33 0.62 0.55
HSL 27.89º 0.45% 0.31% -
HSV(B) 27.89º 0.62% 0.45% -
XYZ 9.96 8.92 3.48 -
YUV 83.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 114 76 43 0 0.33 0.62 0.55 27.89 0.45 0.31
Hex 72 4C 2B 0 21 3E 37 1C 2D 1F
Octal 162 114 53 0 41 76 67 34 55 37
Binary 1110010 1001100 101011 0 100001 111110 110111 11100 101101 11111

Color Harmonies of #724C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724C2B

Black with #724C2B

Text Example


Text Example

White with #724C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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