Html Css Color HEX #734B26 Cafe Royale

📋 copy color: '#734B26'

red 115 ◦ green 75 ◦ blue 38

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

Shades of Cafe Royale #734B26

Tints of Cafe Royale #734B26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.67%

R = 50.44%
G = 32.89%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#734B26 (or 0x734B26) is known color: Cafe Royale. HEX triplet: 73, 4B and 26. RGB value is (115,75,38). Sum of RGB (Red+Green+Blue) = 115+75+38=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #734B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B26 is #8CB4D9. Grayscale: #525252. Windows color (decimal): -9221338 or 2509683. OLE color: 2509683.

HSL color Cylindrical-coordinate representation of color #734B26: hue angle of 28.83º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #734B26 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 75 38 -
CMYK 0 0.35 0.67 0.55
HSL 28.83º 0.5% 0.3% -
HSV(B) 28.83º 0.67% 0.45% -
XYZ 9.94 8.82 3.01 -
YUV 82.74 102.75 151.01 -
System Red Green Blue C M Y K H S L
Decimal 115 75 38 0 0.35 0.67 0.55 28.83 0.5 0.3
Hex 73 4B 26 0 23 43 37 1D 32 1E
Octal 163 113 46 0 43 103 67 35 62 36
Binary 1110011 1001011 100110 0 100011 1000011 110111 11101 110010 11110

Color Harmonies of #734B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734B26

Black with #734B26

Text Example


Text Example

White with #734B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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