Html Css Color HEX #71502D Cafe Royale

📋 copy color: '#71502D'

red 113 ◦ green 80 ◦ blue 45

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

Shades of Cafe Royale #71502D

Tints of Cafe Royale #71502D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.61%

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

R = 47.48%
G = 33.61%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#71502D (or 0x71502D) is known color: Cafe Royale. HEX triplet: 71, 50 and 2D. RGB value is (113,80,45). Sum of RGB (Red+Green+Blue) = 113+80+45=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #71502D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71502D is #8EAFD2. Grayscale: #565656. Windows color (decimal): -9351123 or 2969713. OLE color: 2969713.

HSL color Cylindrical-coordinate representation of color #71502D: hue angle of 30.88º 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 #71502D is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 80 45 -
CMYK 0 0.29 0.60 0.56
HSL 30.88º 0.43% 0.31% -
HSV(B) 30.88º 0.6% 0.44% -
XYZ 10.15 9.44 3.77 -
YUV 85.88 104.93 147.35 -
System Red Green Blue C M Y K H S L
Decimal 113 80 45 0 0.29 0.60 0.56 30.88 0.43 0.31
Hex 71 50 2D 0 1D 3C 38 1F 2B 1F
Octal 161 120 55 0 35 74 70 37 53 37
Binary 1110001 1010000 101101 0 11101 111100 111000 11111 101011 11111

Color Harmonies of #71502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71502D

Black with #71502D

Text Example


Text Example

White with #71502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71502D; }

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

 H1.HeaderClassName
 {
   color: #71502D;
 }
 .AnyTagClassName
 {
   color: #71502D;
 }
</style>

background-color css

<style>
 a { background-color: #71502D; }

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

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

border-color css

<style>
 span { border-color: #71502D; }

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

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