Html Css Color HEX #724E2A Cafe Royale

📋 copy color: '#724E2A'

red 114 ◦ green 78 ◦ blue 42

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

Shades of Cafe Royale #724E2A

Tints of Cafe Royale #724E2A

RGB

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

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

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

R = 48.72%
G = 33.33%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#724E2A (or 0x724E2A) is known color: Cafe Royale. HEX triplet: 72, 4E and 2A. RGB value is (114,78,42). Sum of RGB (Red+Green+Blue) = 114+78+42=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #724E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E2A is #8DB1D5. Grayscale: #545454. Windows color (decimal): -9286102 or 2772594. OLE color: 2772594.

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

Color convert

RGB 114 78 42 -
CMYK 0 0.32 0.63 0.55
HSL 30º 0.46% 0.31% -
HSV(B) 30º 0.63% 0.45% -
XYZ 10.08 9.19 3.43 -
YUV 84.66 103.93 148.93 -
System Red Green Blue C M Y K H S L
Decimal 114 78 42 0 0.32 0.63 0.55 30 0.46 0.31
Hex 72 4E 2A 0 20 3F 37 1E 2E 1F
Octal 162 116 52 0 40 77 67 36 56 37
Binary 1110010 1001110 101010 0 100000 111111 110111 11110 101110 11111

Color Harmonies of #724E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724E2A

Black with #724E2A

Text Example


Text Example

White with #724E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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