Html Css Color HEX #714C2D Cafe Royale

📋 copy color: '#714C2D'

red 113 ◦ green 76 ◦ blue 45

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

Shades of Cafe Royale #714C2D

Tints of Cafe Royale #714C2D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.48%

 BLUE value IS 45 (17.97% from 255) = 19.23%

R = 48.29%
G = 32.48%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#714C2D (or 0x714C2D) is known color: Cafe Royale. HEX triplet: 71, 4C and 2D. RGB value is (113,76,45). Sum of RGB (Red+Green+Blue) = 113+76+45=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #714C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C2D is #8EB3D2. Grayscale: #535353. Windows color (decimal): -9352147 or 2968689. OLE color: 2968689.

HSL color Cylindrical-coordinate representation of color #714C2D: hue angle of 27.35º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #714C2D is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 76 45 -
CMYK 0 0.33 0.60 0.56
HSL 27.35º 0.43% 0.31% -
HSV(B) 27.35º 0.6% 0.44% -
XYZ 9.87 8.87 3.67 -
YUV 83.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 113 76 45 0 0.33 0.60 0.56 27.35 0.43 0.31
Hex 71 4C 2D 0 21 3C 38 1B 2B 1F
Octal 161 114 55 0 41 74 70 33 53 37
Binary 1110001 1001100 101101 0 100001 111100 111000 11011 101011 11111

Color Harmonies of #714C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C2D

Black with #714C2D

Text Example


Text Example

White with #714C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,76,45); }

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

background-color css

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

 a { background-color: rgb(113,76,45); }

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

border-color css

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

 span { border-color: rgb(113,76,45); }

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