Html Css Color HEX #74512A Cafe Royale

📋 copy color: '#74512A'

red 116 ◦ green 81 ◦ blue 42

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

Shades of Cafe Royale #74512A

Tints of Cafe Royale #74512A

RGB

 RED value IS 116 (45.7% from 255) = 48.54%

 GREEN value IS 81 (32.03% from 255) = 33.89%

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

R = 48.54%
G = 33.89%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#74512A (or 0x74512A) is known color: Cafe Royale. HEX triplet: 74, 51 and 2A. RGB value is (116,81,42). Sum of RGB (Red+Green+Blue) = 116+81+42=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #74512A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74512A is #8BAED5. Grayscale: #575757. Windows color (decimal): -9154262 or 2773364. OLE color: 2773364.

HSL color Cylindrical-coordinate representation of color #74512A: hue angle of 31.62º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74512A is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 81 42 -
CMYK 0 0.30 0.64 0.55
HSL 31.62º 0.47% 0.31% -
HSV(B) 31.62º 0.64% 0.45% -
XYZ 10.56 9.77 3.52 -
YUV 87.02 102.6 148.67 -
System Red Green Blue C M Y K H S L
Decimal 116 81 42 0 0.30 0.64 0.55 31.62 0.47 0.31
Hex 74 51 2A 0 1E 40 37 20 2F 1F
Octal 164 121 52 0 36 100 67 40 57 37
Binary 1110100 1010001 101010 0 11110 1000000 110111 100000 101111 11111

Color Harmonies of #74512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74512A

Black with #74512A

Text Example


Text Example

White with #74512A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74512A; }

 p { color: rgb(116,81,42); }

 H1.HeaderClassName
 {
   color: #74512A;
 }
 .AnyTagClassName
 {
   color: #74512A;
 }
</style>

background-color css

<style>
 a { background-color: #74512A; }

 a { background-color: rgb(116,81,42); }

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

border-color css

<style>
 span { border-color: #74512A; }

 span { border-color: rgb(116,81,42); }

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