Html Css Color HEX #724B2B Cafe Royale

📋 copy color: '#724B2B'

red 114 ◦ green 75 ◦ blue 43

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

Shades of Cafe Royale #724B2B

Tints of Cafe Royale #724B2B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.33%

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

R = 49.14%
G = 32.33%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#724B2B (or 0x724B2B) is known color: Cafe Royale. HEX triplet: 72, 4B and 2B. RGB value is (114,75,43). Sum of RGB (Red+Green+Blue) = 114+75+43=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #724B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B2B is #8DB4D4. Grayscale: #535353. Windows color (decimal): -9286869 or 2837362. OLE color: 2837362.

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

Color convert

RGB 114 75 43 -
CMYK 0 0.34 0.62 0.55
HSL 27.04º 0.45% 0.31% -
HSV(B) 27.04º 0.62% 0.45% -
XYZ 9.89 8.78 3.46 -
YUV 83.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 114 75 43 0 0.34 0.62 0.55 27.04 0.45 0.31
Hex 72 4B 2B 0 22 3E 37 1B 2D 1F
Octal 162 113 53 0 42 76 67 33 55 37
Binary 1110010 1001011 101011 0 100010 111110 110111 11011 101101 11111

Color Harmonies of #724B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724B2B

Black with #724B2B

Text Example


Text Example

White with #724B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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