Html Css Color HEX #734B29 Cafe Royale

📋 copy color: '#734B29'

red 115 ◦ green 75 ◦ blue 41

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

Shades of Cafe Royale #734B29

Tints of Cafe Royale #734B29

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.47%

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

R = 49.78%
G = 32.47%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#734B29 (or 0x734B29) is known color: Cafe Royale. HEX triplet: 73, 4B and 29. RGB value is (115,75,41). Sum of RGB (Red+Green+Blue) = 115+75+41=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #734B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B29 is #8CB4D6. Grayscale: #535353. Windows color (decimal): -9221335 or 2706291. OLE color: 2706291.

HSL color Cylindrical-coordinate representation of color #734B29: hue angle of 27.57º 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 #734B29 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 75 41 -
CMYK 0 0.35 0.64 0.55
HSL 27.57º 0.47% 0.31% -
HSV(B) 27.57º 0.64% 0.45% -
XYZ 9.99 8.84 3.28 -
YUV 83.08 104.25 150.76 -
System Red Green Blue C M Y K H S L
Decimal 115 75 41 0 0.35 0.64 0.55 27.57 0.47 0.31
Hex 73 4B 29 0 23 40 37 1C 2F 1F
Octal 163 113 51 0 43 100 67 34 57 37
Binary 1110011 1001011 101001 0 100011 1000000 110111 11100 101111 11111

Color Harmonies of #734B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734B29

Black with #734B29

Text Example


Text Example

White with #734B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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