Html Css Color HEX #724E2E Cafe Royale

📋 copy color: '#724E2E'

red 114 ◦ green 78 ◦ blue 46

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

Shades of Cafe Royale #724E2E

Tints of Cafe Royale #724E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.33%

R = 47.9%
G = 32.77%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#724E2E (or 0x724E2E) is known color: Cafe Royale. HEX triplet: 72, 4E and 2E. RGB value is (114,78,46). Sum of RGB (Red+Green+Blue) = 114+78+46=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #724E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E2E is #8DB1D1. Grayscale: #555555. Windows color (decimal): -9286098 or 3034738. OLE color: 3034738.

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

Color convert

RGB 114 78 46 -
CMYK 0 0.32 0.60 0.55
HSL 28.24º 0.43% 0.31% -
HSV(B) 28.24º 0.6% 0.45% -
XYZ 10.16 9.22 3.83 -
YUV 85.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 114 78 46 0 0.32 0.60 0.55 28.24 0.43 0.31
Hex 72 4E 2E 0 20 3C 37 1C 2A 1F
Octal 162 116 56 0 40 74 67 34 52 37
Binary 1110010 1001110 101110 0 100000 111100 110111 11100 101010 11111

Color Harmonies of #724E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724E2E

Black with #724E2E

Text Example


Text Example

White with #724E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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