Html Css Color HEX #724F2D Cafe Royale

📋 copy color: '#724F2D'

red 114 ◦ green 79 ◦ blue 45

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

Shades of Cafe Royale #724F2D

Tints of Cafe Royale #724F2D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.19%

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

R = 47.9%
G = 33.19%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#724F2D (or 0x724F2D) is known color: Cafe Royale. HEX triplet: 72, 4F and 2D. RGB value is (114,79,45). Sum of RGB (Red+Green+Blue) = 114+79+45=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #724F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724F2D is #8DB0D2. Grayscale: #555555. Windows color (decimal): -9285843 or 2969458. OLE color: 2969458.

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

Color convert

RGB 114 79 45 -
CMYK 0 0.31 0.61 0.55
HSL 29.57º 0.43% 0.31% -
HSV(B) 29.57º 0.61% 0.45% -
XYZ 10.21 9.36 3.75 -
YUV 85.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 114 79 45 0 0.31 0.61 0.55 29.57 0.43 0.31
Hex 72 4F 2D 0 1F 3D 37 1E 2B 1F
Octal 162 117 55 0 37 75 67 36 53 37
Binary 1110010 1001111 101101 0 11111 111101 110111 11110 101011 11111

Color Harmonies of #724F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724F2D

Black with #724F2D

Text Example


Text Example

White with #724F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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