Html Css Color HEX #714F23 Cafe Royale

📋 copy color: '#714F23'

red 113 ◦ green 79 ◦ blue 35

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

Shades of Cafe Royale #714F23

Tints of Cafe Royale #714F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.42%

R = 49.78%
G = 34.8%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#714F23 (or 0x714F23) is known color: Cafe Royale. HEX triplet: 71, 4F and 23. RGB value is (113,79,35). Sum of RGB (Red+Green+Blue) = 113+79+35=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #714F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F23 is #8EB0DC. Grayscale: #545454. Windows color (decimal): -9351389 or 2314097. OLE color: 2314097.

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

Color convert

RGB 113 79 35 -
CMYK 0 0.30 0.69 0.56
HSL 33.85º 0.53% 0.29% -
HSV(B) 33.85º 0.69% 0.44% -
XYZ 9.91 9.22 2.85 -
YUV 84.15 100.26 148.58 -
System Red Green Blue C M Y K H S L
Decimal 113 79 35 0 0.30 0.69 0.56 33.85 0.53 0.29
Hex 71 4F 23 0 1E 45 38 22 35 1D
Octal 161 117 43 0 36 105 70 42 65 35
Binary 1110001 1001111 100011 0 11110 1000101 111000 100010 110101 11101

Color Harmonies of #714F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F23

Black with #714F23

Text Example


Text Example

White with #714F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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