Html Css Color HEX #745024 Cafe Royale

📋 copy color: '#745024'

red 116 ◦ green 80 ◦ blue 36

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

Shades of Cafe Royale #745024

Tints of Cafe Royale #745024

RGB

 RED value IS 116 (45.7% from 255) = 50%

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

 BLUE value IS 36 (14.45% from 255) = 15.52%

R = 50%
G = 34.48%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#745024 (or 0x745024) is known color: Cafe Royale. HEX triplet: 74, 50 and 24. RGB value is (116,80,36). Sum of RGB (Red+Green+Blue) = 116+80+36=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #745024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745024 is #8BAFDB. Grayscale: #555555. Windows color (decimal): -9154524 or 2379892. OLE color: 2379892.

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

Color convert

RGB 116 80 36 -
CMYK 0 0.31 0.69 0.55
HSL 33º 0.53% 0.3% -
HSV(B) 33º 0.69% 0.45% -
XYZ 10.39 9.58 2.97 -
YUV 85.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 116 80 36 0 0.31 0.69 0.55 33 0.53 0.3
Hex 74 50 24 0 1F 45 37 21 35 1E
Octal 164 120 44 0 37 105 67 41 65 36
Binary 1110100 1010000 100100 0 11111 1000101 110111 100001 110101 11110

Color Harmonies of #745024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745024

Black with #745024

Text Example


Text Example

White with #745024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745024; }

 p { color: rgb(116,80,36); }

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

background-color css

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

 a { background-color: rgb(116,80,36); }

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

border-color css

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

 span { border-color: rgb(116,80,36); }

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