Html Css Color HEX #714F25 Cafe Royale

📋 copy color: '#714F25'

red 113 ◦ green 79 ◦ blue 37

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

Shades of Cafe Royale #714F25

Tints of Cafe Royale #714F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.16%

R = 49.34%
G = 34.5%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#714F25 (or 0x714F25) is known color: Cafe Royale. HEX triplet: 71, 4F and 25. RGB value is (113,79,37). Sum of RGB (Red+Green+Blue) = 113+79+37=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #714F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F25 is #8EB0DA. Grayscale: #545454. Windows color (decimal): -9351387 or 2445169. OLE color: 2445169.

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

Color convert

RGB 113 79 37 -
CMYK 0 0.30 0.67 0.56
HSL 33.16º 0.51% 0.29% -
HSV(B) 33.16º 0.67% 0.44% -
XYZ 9.94 9.24 3.01 -
YUV 84.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 113 79 37 0 0.30 0.67 0.56 33.16 0.51 0.29
Hex 71 4F 25 0 1E 43 38 21 33 1D
Octal 161 117 45 0 36 103 70 41 63 35
Binary 1110001 1001111 100101 0 11110 1000011 111000 100001 110011 11101

Color Harmonies of #714F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F25

Black with #714F25

Text Example


Text Example

White with #714F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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