Html Css Color HEX #724A2A Cafe Royale

📋 copy color: '#724A2A'

red 114 ◦ green 74 ◦ blue 42

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

Shades of Cafe Royale #724A2A

Tints of Cafe Royale #724A2A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.17%

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

R = 49.57%
G = 32.17%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#724A2A (or 0x724A2A) is known color: Cafe Royale. HEX triplet: 72, 4A and 2A. RGB value is (114,74,42). Sum of RGB (Red+Green+Blue) = 114+74+42=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #724A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A2A is #8DB5D5. Grayscale: #525252. Windows color (decimal): -9287126 or 2771570. OLE color: 2771570.

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

Color convert

RGB 114 74 42 -
CMYK 0 0.35 0.63 0.55
HSL 26.67º 0.46% 0.31% -
HSV(B) 26.67º 0.63% 0.45% -
XYZ 9.81 8.64 3.34 -
YUV 82.31 105.25 150.6 -
System Red Green Blue C M Y K H S L
Decimal 114 74 42 0 0.35 0.63 0.55 26.67 0.46 0.31
Hex 72 4A 2A 0 23 3F 37 1B 2E 1F
Octal 162 112 52 0 43 77 67 33 56 37
Binary 1110010 1001010 101010 0 100011 111111 110111 11011 101110 11111

Color Harmonies of #724A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A2A

Black with #724A2A

Text Example


Text Example

White with #724A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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