Html Css Color HEX #735029 Cafe Royale

📋 copy color: '#735029'

red 115 ◦ green 80 ◦ blue 41

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

Shades of Cafe Royale #735029

Tints of Cafe Royale #735029

RGB

 RED value IS 115 (45.31% from 255) = 48.73%

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

 BLUE value IS 41 (16.41% from 255) = 17.37%

R = 48.73%
G = 33.9%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#735029 (or 0x735029) is known color: Cafe Royale. HEX triplet: 73, 50 and 29. RGB value is (115,80,41). Sum of RGB (Red+Green+Blue) = 115+80+41=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #735029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735029 is #8CAFD6. Grayscale: #565656. Windows color (decimal): -9220055 or 2707571. OLE color: 2707571.

HSL color Cylindrical-coordinate representation of color #735029: hue angle of 31.62º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #735029 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 80 41 -
CMYK 0 0.30 0.64 0.55
HSL 31.62º 0.47% 0.31% -
HSV(B) 31.62º 0.64% 0.45% -
XYZ 10.34 9.54 3.39 -
YUV 86.02 102.6 148.67 -
System Red Green Blue C M Y K H S L
Decimal 115 80 41 0 0.30 0.64 0.55 31.62 0.47 0.31
Hex 73 50 29 0 1E 40 37 20 2F 1F
Octal 163 120 51 0 36 100 67 40 57 37
Binary 1110011 1010000 101001 0 11110 1000000 110111 100000 101111 11111

Color Harmonies of #735029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735029

Black with #735029

Text Example


Text Example

White with #735029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735029; }

 p { color: rgb(115,80,41); }

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

background-color css

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

 a { background-color: rgb(115,80,41); }

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

border-color css

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

 span { border-color: rgb(115,80,41); }

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