Html Css Color HEX #724E2D Cafe Royale

📋 copy color: '#724E2D'

red 114 ◦ green 78 ◦ blue 45

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

Shades of Cafe Royale #724E2D

Tints of Cafe Royale #724E2D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.91%

 BLUE value IS 45 (17.97% from 255) = 18.99%

R = 48.1%
G = 32.91%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#724E2D (or 0x724E2D) is known color: Cafe Royale. HEX triplet: 72, 4E and 2D. RGB value is (114,78,45). Sum of RGB (Red+Green+Blue) = 114+78+45=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #724E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E2D is #8DB1D2. Grayscale: #555555. Windows color (decimal): -9286099 or 2969202. OLE color: 2969202.

HSL color Cylindrical-coordinate representation of color #724E2D: hue angle of 28.7º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #724E2D is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 78 45 -
CMYK 0 0.32 0.61 0.55
HSL 28.7º 0.43% 0.31% -
HSV(B) 28.7º 0.61% 0.45% -
XYZ 10.14 9.22 3.73 -
YUV 85 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 114 78 45 0 0.32 0.61 0.55 28.7 0.43 0.31
Hex 72 4E 2D 0 20 3D 37 1D 2B 1F
Octal 162 116 55 0 40 75 67 35 53 37
Binary 1110010 1001110 101101 0 100000 111101 110111 11101 101011 11111

Color Harmonies of #724E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724E2D

Black with #724E2D

Text Example


Text Example

White with #724E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,78,45); }

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

background-color css

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

 a { background-color: rgb(114,78,45); }

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

border-color css

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

 span { border-color: rgb(114,78,45); }

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