Html Css Color HEX #714F2F Cafe Royale

📋 copy color: '#714F2F'

red 113 ◦ green 79 ◦ blue 47

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

Shades of Cafe Royale #714F2F

Tints of Cafe Royale #714F2F

RGB

 RED value IS 113 (44.53% from 255) = 47.28%

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

 BLUE value IS 47 (18.75% from 255) = 19.67%

R = 47.28%
G = 33.05%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#714F2F (or 0x714F2F) is known color: Cafe Royale. HEX triplet: 71, 4F and 2F. RGB value is (113,79,47). Sum of RGB (Red+Green+Blue) = 113+79+47=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #714F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F2F is #8EB0D0. Grayscale: #555555. Windows color (decimal): -9351377 or 3100529. OLE color: 3100529.

HSL color Cylindrical-coordinate representation of color #714F2F: hue angle of 29.09º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #714F2F is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 79 47 -
CMYK 0 0.30 0.58 0.56
HSL 29.09º 0.41% 0.31% -
HSV(B) 29.09º 0.58% 0.44% -
XYZ 10.12 9.31 3.95 -
YUV 85.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 113 79 47 0 0.30 0.58 0.56 29.09 0.41 0.31
Hex 71 4F 2F 0 1E 3A 38 1D 29 1F
Octal 161 117 57 0 36 72 70 35 51 37
Binary 1110001 1001111 101111 0 11110 111010 111000 11101 101001 11111

Color Harmonies of #714F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F2F

Black with #714F2F

Text Example


Text Example

White with #714F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714F2F; }

 p { color: rgb(113,79,47); }

 H1.HeaderClassName
 {
   color: #714F2F;
 }
 .AnyTagClassName
 {
   color: #714F2F;
 }
</style>

background-color css

<style>
 a { background-color: #714F2F; }

 a { background-color: rgb(113,79,47); }

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

border-color css

<style>
 span { border-color: #714F2F; }

 span { border-color: rgb(113,79,47); }

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